diff options
author | Yves Orton <demerphq@gmail.com> | 2008-11-12 19:23:38 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-11-12 19:23:38 +0000 |
commit | 1d37e71175b7474f19e8a91cbbaa7e0cc6450b56 (patch) | |
tree | 04d82b37d232c8a748d5b0d4b165ec1ae6cabdae /lib/ExtUtils/Install.pm | |
parent | 83ce3e12e086bc5a21f37af9378b7c01fa5d73d8 (diff) | |
download | perl-1d37e71175b7474f19e8a91cbbaa7e0cc6450b56.tar.gz |
Update ExtUtils-Install to 1.51
Also adds the Changes file from ExtUtils-Install as Changes_EU-Install
p4raw-id: //depot/perl@34827
Diffstat (limited to 'lib/ExtUtils/Install.pm')
-rw-r--r-- | lib/ExtUtils/Install.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 3832a8eb9e..7b1c6094ce 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there =head1 VERSION -1.50_04 +1.51 =cut -$VERSION = '1.50_04'; +$VERSION = '1.51'; $VERSION = eval $VERSION; =pod |