summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-16 10:46:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-16 10:46:10 +0000
commit9ae80ccaf06c68a90daf6f9f5bad8e621df98f75 (patch)
treedf5c294b52186fec6be6b11ce5b3c0ecb82eba72 /MDK/Common.pm.pl
parent09ee43bbe3fdbbf5811c9eddc97b0bd2ac0d10e6 (diff)
downloadperl-MDK-Common-9ae80ccaf06c68a90daf6f9f5bad8e621df98f75.tar
perl-MDK-Common-9ae80ccaf06c68a90daf6f9f5bad8e621df98f75.tar.gz
perl-MDK-Common-9ae80ccaf06c68a90daf6f9f5bad8e621df98f75.tar.bz2
perl-MDK-Common-9ae80ccaf06c68a90daf6f9f5bad8e621df98f75.tar.xz
perl-MDK-Common-9ae80ccaf06c68a90daf6f9f5bad8e621df98f75.zip
MDK::Common::File : add all_files_rec()
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r--MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl
index ed919a7..e818535 100644
--- a/MDK/Common.pm.pl
+++ b/MDK/Common.pm.pl
@@ -74,7 +74,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.19";
+$VERSION = "1.1.20";
1;
EOF