diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/ExtUtils/Packlist.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/ExtUtils/Packlist.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/ExtUtils/Packlist.pm b/Master/tlpkg/tlperl/lib/ExtUtils/Packlist.pm index a268e300d3c..8323725c644 100644 --- a/Master/tlpkg/tlperl/lib/ExtUtils/Packlist.pm +++ b/Master/tlpkg/tlperl/lib/ExtUtils/Packlist.pm @@ -5,7 +5,7 @@ use strict; use Carp qw(); use Config; use vars qw($VERSION $Relocations); -$VERSION = '1.46'; +$VERSION = '1.48'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be available! |