Bump $ExtUtils::Constant::Utils::VERSION.
authorNicholas Clark <nick@ccl4.org>
Mon, 15 Sep 2008 21:55:51 +0000 (21:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 15 Sep 2008 21:55:51 +0000 (21:55 +0000)
p4raw-id: //depot/perl@34370

lib/ExtUtils/Constant/Utils.pm

index 0671701..016507c 100644 (file)
@@ -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);