Bump ExtUtils::Typemaps version
authorSteffen Mueller <smueller@cpan.org>
Thu, 10 Feb 2011 15:51:53 +0000 (16:51 +0100)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:54:47 +0000 (20:54 +0200)
Just to make sure there really will never be a confusion or
collision with the similarly named module that has been living
on CPAN.

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

index 0687a3e..0499a9a 100644 (file)
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
 use 5.006001;
 use strict;
 use warnings;
-our $VERSION = '0.05';
+our $VERSION = '1.00';
 use Carp qw(croak);
 
 our $Proto_Regexp = "[" . quotemeta('\$%&*@;[]') . "]";