Increase $ExtUtils::ParseXS::VERSION to 3.23
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 06:19:11 +0000 (23:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 06:19:11 +0000 (23:19 -0700)
There has been another change (e15ca23a9) since the last CPAN
release.  Would that cmp_version.t could catch this!

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index 8ac143e..e63607b 100644 (file)
@@ -11,7 +11,7 @@ use Symbol;
 
 our $VERSION;
 BEGIN {
-  $VERSION = '3.22';
+  $VERSION = '3.23';
 }
 use ExtUtils::ParseXS::Constants $VERSION;
 use ExtUtils::ParseXS::CountLines $VERSION;