projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ede6ab5
)
ExtUitls::Install had changes since 5.11.0 - bump its version
Jesse Vincent [Tue, 20 Oct 2009 14:24:05 +0000 (10:24 -0400)]
dist/ExtUtils-Install/lib/ExtUtils/Install.pm
patch
|
blob
|
blame
|
history
dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
index
0928228
..
da58365
100644
(file)
--- 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
(file)
--- 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!