projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9da243c
)
Bump the VERSION of ExtUtils::Constant::Base.
Nicholas Clark [Thu, 12 Apr 2007 21:03:08 +0000 (21:03 +0000)]
p4raw-id: //depot/perl@30940
lib/ExtUtils/Constant/Base.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Constant/Base.pm
b/lib/ExtUtils/Constant/Base.pm
index
7a37197
..
b5b79af
100644
(file)
--- a/
lib/ExtUtils/Constant/Base.pm
+++ b/
lib/ExtUtils/Constant/Base.pm
@@
-5,7
+5,7
@@
use vars qw($VERSION);
use Carp;
use Text::Wrap;
use ExtUtils::Constant::Utils qw(C_stringify perl_stringify);
-$VERSION = '0.03_01';
+$VERSION = '0.04';
use constant is_perl56 => ($] < 5.007 && $] > 5.005_50);