From: Jesse Vincent Date: Tue, 20 Oct 2009 14:24:05 +0000 (-0400) Subject: ExtUitls::Install had changes since 5.11.0 - bump its version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75fc7c3616cfd92b08c3486896636a24383e187d;p=p5sagit%2Fp5-mst-13.2.git ExtUitls::Install had changes since 5.11.0 - bump its version --- diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm index 0928228..da58365 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 9ff67f4..b77a556 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!