diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-01-12 14:02:24 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-01-12 14:02:24 +0000 |
commit | c9caf51ec391bed1446ae5f27ed02c6283e7560f (patch) | |
tree | 32ffc6a20942d26a7f1461a5e4397921e74150e6 /lib/MDK/Common.pm.pl | |
parent | 5971b5dcc8d0a38ebdfd628153cec525b0d1f8b8 (diff) | |
download | perl-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.pl | 2 |
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 |