summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-04-11 08:45:19 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-12 14:37:35 +0000
commit60ca10cfc54bd6f92df1066ba298beebef765334 (patch)
tree653e039f88304ddbdde06b3e7da2c7fcf701e825 /lib
parent574b415d221495e2c3b1264776365f12a101c3df (diff)
downloadperl-60ca10cfc54bd6f92df1066ba298beebef765334.tar.gz
Add $VERSION to Module::Build::Version
From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com> p4raw-id: //depot/perl@30925
Diffstat (limited to 'lib')
-rw-r--r--lib/Module/Build/Version.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Module/Build/Version.pm b/lib/Module/Build/Version.pm
index 2299946d39..00db2f62ea 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