diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Module/Build/Notes.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Module/Build/Notes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Module/Build/Notes.pm b/Master/tlpkg/tlperl/lib/Module/Build/Notes.pm index 9a80a594304..04773229932 100644 --- a/Master/tlpkg/tlperl/lib/Module/Build/Notes.pm +++ b/Master/tlpkg/tlperl/lib/Module/Build/Notes.pm @@ -4,7 +4,7 @@ package Module::Build::Notes; use strict; use vars qw($VERSION); -$VERSION = '0.39_01'; +$VERSION = '0.4003'; $VERSION = eval $VERSION; use Data::Dumper; use IO::File; |