projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
14be452
)
Bump $ExtUtils::Constant::Utils::VERSION.
Nicholas Clark [Mon, 15 Sep 2008 21:55:51 +0000 (21:55 +0000)]
p4raw-id: //depot/perl@34370
lib/ExtUtils/Constant/Utils.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Constant/Utils.pm
b/lib/ExtUtils/Constant/Utils.pm
index
0671701
..
016507c
100644
(file)
--- a/
lib/ExtUtils/Constant/Utils.pm
+++ b/
lib/ExtUtils/Constant/Utils.pm
@@
-6,7
+6,7
@@
use Carp;
@ISA = 'Exporter';
@EXPORT_OK = qw(C_stringify perl_stringify);
-$VERSION = '0.01';
+$VERSION = '0.02';
$is_perl56 = ($] < 5.007 && $] > 5.005_50);