diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-07 16:30:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-07 16:30:02 +0000 |
commit | 57035179187542b3c57ce162d61d72bccb552bb4 (patch) | |
tree | 659ed8bde7432f097738d3fd9b1867e8a3019ed5 /MDK/Common.pm.pl | |
parent | b04a6e35dc512445ef37c6286845ec79e6aa83dc (diff) | |
download | perl-MDK-Common-57035179187542b3c57ce162d61d72bccb552bb4.tar perl-MDK-Common-57035179187542b3c57ce162d61d72bccb552bb4.tar.gz perl-MDK-Common-57035179187542b3c57ce162d61d72bccb552bb4.tar.bz2 perl-MDK-Common-57035179187542b3c57ce162d61d72bccb552bb4.tar.xz perl-MDK-Common-57035179187542b3c57ce162d61d72bccb552bb4.zip |
add whereis_binary()
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r-- | MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 914d59c..e042014 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -71,7 +71,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.9"; +$VERSION = "1.1.10"; 1; EOF |