summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-20 10:24:05 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-20 10:24:05 -0400
commit75fc7c3616cfd92b08c3486896636a24383e187d (patch)
tree6094ba027d54e7a202f2980c288d8e4c93a46028
parentede6ab58533e3b13086324aabe6605a74121b688 (diff)
downloadperl-75fc7c3616cfd92b08c3486896636a24383e187d.tar.gz
ExtUitls::Install had changes since 5.11.0 - bump its version
-rw-r--r--dist/ExtUtils-Install/lib/ExtUtils/Install.pm4
-rw-r--r--dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
index 0928228daf..da583650fd 100644
--- a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
+++ b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
@@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there
=head1 VERSION
-1.54
+1.55
=cut
-$VERSION = '1.54'; # <---- dont forget to update the POD section just above this line!
+$VERSION = '1.55'; # <---- dont forget to update the POD section just above this line!
$VERSION = eval $VERSION;
=pod
diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm b/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
index 9ff67f4913..b77a556be5 100644
--- a/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
+++ b/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
@@ -5,7 +5,7 @@ use strict;
use Carp qw();
use Config;
use vars qw($VERSION $Relocations);
-$VERSION = '1.43';
+$VERSION = '1.44';
$VERSION = eval $VERSION;
# Used for generating filehandle globs. IO::File might not be available!