From 120f2c875ffb668661f9af38d6fe52ec435448a3 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Thu, 10 Feb 2011 16:51:53 +0100 Subject: [PATCH] Bump ExtUtils::Typemaps version 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm index 0687a3e..0499a9a 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm @@ -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('\$%&*@;[]') . "]"; -- 2.7.4