diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-07 14:03:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-07 14:03:52 +0000 |
commit | e9858669ba375a588d8365a06b81eec34cca6518 (patch) | |
tree | ff03cd717bae46687cf65849310a2014678fa378 | |
parent | f23102e2d635682f5818275abd91b9deefde470e (diff) | |
download | perl-e9858669ba375a588d8365a06b81eec34cca6518.tar.gz |
Bump version of Module::Build after change #31619
p4raw-link: @31619 on //depot/perl: f82d2ab4f80792a36288c2270b44dbb7387cc379
p4raw-id: //depot/perl@31813
-rw-r--r-- | lib/Module/Build.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build.pm b/lib/Module/Build.pm index 5ae8d804f7..7f4408b26f 100644 --- a/lib/Module/Build.pm +++ b/lib/Module/Build.pm @@ -15,7 +15,7 @@ use Module::Build::Base; use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.2808'; +$VERSION = '0.2808_01'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of |