diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Module/Build/PPMMaker.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Module/Build/PPMMaker.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Module/Build/PPMMaker.pm b/Master/tlpkg/tlperl/lib/Module/Build/PPMMaker.pm index 977b4370d91..20f0b61ccdf 100644 --- a/Master/tlpkg/tlperl/lib/Module/Build/PPMMaker.pm +++ b/Master/tlpkg/tlperl/lib/Module/Build/PPMMaker.pm @@ -5,7 +5,7 @@ use Config; use vars qw($VERSION); use IO::File; -$VERSION = '0.3603'; +$VERSION = '0.3800'; $VERSION = eval $VERSION; # This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a @@ -154,7 +154,6 @@ __END__ Module::Build::PPMMaker - Perl Package Manager file creation - =head1 SYNOPSIS On the command line, builds a .ppd file: |