From: Steve Peters Date: Tue, 6 Feb 2007 21:43:13 +0000 (+0000) Subject: Upgrade to ExtUtils-Command-1.13 X-Git-Tag: accepted/trunk/20130322.191538~15979 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fcebbf094867dff599e7e009ef2944e2a1d1b2c;p=platform%2Fupstream%2Fperl.git Upgrade to ExtUtils-Command-1.13 p4raw-id: //depot/perl@30146 --- diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm index 1b49cb6..8c9a8d0 100644 --- a/lib/ExtUtils/Command.pm +++ b/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.12'; +$VERSION = '1.13'; my $Is_VMS = $^O eq 'VMS';