From: Jerry D. Hedden Date: Wed, 11 Apr 2007 12:45:19 +0000 (-0400) Subject: Add $VERSION to Module::Build::Version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60ca10cfc54bd6f92df1066ba298beebef765334;p=p5sagit%2Fp5-mst-13.2.git Add $VERSION to Module::Build::Version From: "Jerry D. Hedden" Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com> p4raw-id: //depot/perl@30925 --- diff --git a/lib/Module/Build/Version.pm b/lib/Module/Build/Version.pm index 2299946..00db2f6 100644 --- a/lib/Module/Build/Version.pm +++ b/lib/Module/Build/Version.pm @@ -1,6 +1,10 @@ package Module::Build::Version; use strict; +use vars qw($VERSION); +$VERSION = '0.58_01'; +$VERSION = eval $VERSION; + eval "use version 0.70"; if ($@) { # can't locate version files, use our own