summaryrefslogtreecommitdiffstats
path: root/lib/MDK/Common.pm.pl
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-01-12 14:02:24 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-01-12 14:02:24 +0000
commitc9caf51ec391bed1446ae5f27ed02c6283e7560f (patch)
tree32ffc6a20942d26a7f1461a5e4397921e74150e6 /lib/MDK/Common.pm.pl
parent5971b5dcc8d0a38ebdfd628153cec525b0d1f8b8 (diff)
downloadperl-MDK-Common-c9caf51ec391bed1446ae5f27ed02c6283e7560f.tar
perl-MDK-Common-c9caf51ec391bed1446ae5f27ed02c6283e7560f.tar.gz
perl-MDK-Common-c9caf51ec391bed1446ae5f27ed02c6283e7560f.tar.bz2
perl-MDK-Common-c9caf51ec391bed1446ae5f27ed02c6283e7560f.tar.xz
perl-MDK-Common-c9caf51ec391bed1446ae5f27ed02c6283e7560f.zip
fix whereis_binary to work on absolute symlinks inside chroot1.2.24
Diffstat (limited to 'lib/MDK/Common.pm.pl')
-rw-r--r--lib/MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index e7d63c3..4a490f5 100644
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -73,7 +73,7 @@ our @ISA = qw(Exporter);
# perl_checker: RE-EXPORT-ALL
our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-our $VERSION = "1.2.23";
+our $VERSION = "1.2.24";
1;
EOF