diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2004-12-14 00:22:30 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2004-12-14 00:22:30 +0000 |
commit | 6a3b3807d8ff31d6214475555b7fee2981d61a45 (patch) | |
tree | 7b7eee257927143cda27b32fc8723d927c1e6832 /Makefile.PL | |
parent | 713e1c24d769bde79a146239ae324ccf74b31929 (diff) | |
download | rpmtools-6a3b3807d8ff31d6214475555b7fee2981d61a45.tar rpmtools-6a3b3807d8ff31d6214475555b7fee2981d61a45.tar.gz rpmtools-6a3b3807d8ff31d6214475555b7fee2981d61a45.tar.bz2 rpmtools-6a3b3807d8ff31d6214475555b7fee2981d61a45.tar.xz rpmtools-6a3b3807d8ff31d6214475555b7fee2981d61a45.zip |
- 5.0.3
- fix mkpath
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 14691c0..8c0e5da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ # use 5.008; use ExtUtils::MakeMaker; -my $rpmtools_version = '5.0.2'; +my $rpmtools_version = '5.0.3'; sub MY::postamble { <<MAKEMAKEFILE; |