diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-03 18:34:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-03 18:34:42 +0000 |
commit | d2850fd2cd4113aa2261dae98d4e5a32b68edca8 (patch) | |
tree | 434c283beb78d1ecd99e4f4fbab1ceacc8056e52 /MDK/Common.pm.pl | |
parent | 165cafb7cd81f3231ddf81a45cc5dfdb55640017 (diff) | |
download | perl-MDK-Common-d2850fd2cd4113aa2261dae98d4e5a32b68edca8.tar perl-MDK-Common-d2850fd2cd4113aa2261dae98d4e5a32b68edca8.tar.gz perl-MDK-Common-d2850fd2cd4113aa2261dae98d4e5a32b68edca8.tar.bz2 perl-MDK-Common-d2850fd2cd4113aa2261dae98d4e5a32b68edca8.tar.xz perl-MDK-Common-d2850fd2cd4113aa2261dae98d4e5a32b68edca8.zip |
MDK/Common/Func.pm: add "partition"
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 50c197e..304ea49 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -70,7 +70,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.0.2"; +$VERSION = "1.0.3"; 1; EOF |