summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-04 20:00:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-04 20:00:22 +0000
commit0044e936f2e06a9f0843486b602f67f7cb6ccc2c (patch)
treea7fa4f05dcb4e3cbb97a349cc992a0d7564dcdb9
parent8fb7e87302934433c8ca37debd054703b1d54f24 (diff)
downloadperl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar
perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar.gz
perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar.bz2
perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar.xz
perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.zip
new version
-rw-r--r--MDK/Common.pm.pl2
-rw-r--r--perl-MDK-Common.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl
index 328ace6..9c06b66 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";
+$VERSION = "1.0.1";
1;
EOF
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index dde79e6..bba08d6 100644
--- a/perl-MDK-Common.spec
+++ b/perl-MDK-Common.spec
@@ -1,6 +1,6 @@
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
-# do not change the version here, change in MDK/Common.pm
+# do not change the version here, change in MDK/Common.pm.pl
%define version THEVERSION
%define release 1mdk
%define perl_sitelib %(eval "`perl -V:installsitelib`"; echo $installsitelib)