diff options
author | Florian Ragwitz <rafl@debian.org> | 2013-09-09 09:18:19 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2013-09-09 09:40:18 -0400 |
commit | 044aa6014ce3d6f27535029e84c7455ae8c28cd3 (patch) | |
tree | 4853bd3abb5e98f8135e22767095661e7ef4cb94 /dist | |
parent | 545c8cda68c5ecc74089d3c924be1d9d8a9ab0fe (diff) | |
download | perl-044aa6014ce3d6f27535029e84c7455ae8c28cd3.tar.gz |
ExtUtils::Command has been synchronised to CPAN
Diffstat (limited to 'dist')
-rw-r--r-- | dist/ExtUtils-Command/lib/ExtUtils/Command.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm b/dist/ExtUtils-Command/lib/ExtUtils/Command.pm index 2a4d8cdc39..035d5ca9df 100644 --- a/dist/ExtUtils-Command/lib/ExtUtils/Command.pm +++ b/dist/ExtUtils-Command/lib/ExtUtils/Command.pm @@ -12,7 +12,7 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); @ISA = qw(Exporter); @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix); -$VERSION = '1.17'; +$VERSION = '1.18'; my $Is_VMS = $^O eq 'VMS'; my $Is_VMS_mode = $Is_VMS; |