From: Steve Peters Date: Fri, 16 May 2008 19:53:42 +0000 (+0000) Subject: Upgrade to ExtUtils-Command-1.14 X-Git-Tag: accepted/trunk/20130322.191538~13124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8d86d89db02c1614843ff28861c56f6fd19443a;p=platform%2Fupstream%2Fperl.git Upgrade to ExtUtils-Command-1.14 p4raw-id: //depot/perl@33838 --- diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm index 8c9a8d0..fbb7d13 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.13'; +$VERSION = '1.14'; my $Is_VMS = $^O eq 'VMS';