From: Jarkko Hietaniemi Date: Thu, 13 Dec 2001 21:18:47 +0000 (+0000) Subject: Open-ended VERSION? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52ec635dc5376b682b8c40cdb4f9de1ac719e57c;p=p5sagit%2Fp5-mst-13.2.git Open-ended VERSION? p4raw-id: //depot/perl@13678 --- diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 695c02e..c1168f2 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -2,7 +2,7 @@ package ExtUtils::Install; use 5.006_001; our(@ISA, @EXPORT, $VERSION); -$VERSION = 1.29 +$VERSION = 1.29; use Exporter; use Carp ();