diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-15 09:11:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-15 09:11:44 +0000 |
commit | 43750f2338ccfc28518234374c9a0e2af424eb61 (patch) | |
tree | 9b7e2a9eb0ce164881b093a23dab477607bba70d /MDK | |
parent | e70b93f0257ee88cb16fc10490bfba4caef6c622 (diff) | |
download | perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar.gz perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar.bz2 perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar.xz perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.zip |
fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. Greene)
Diffstat (limited to 'MDK')
-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 4ba99ba..ea3cbe6 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.21"; +$VERSION = "1.1.22"; 1; EOF |