Blame SOURCES/ExtUtils-ParseXS-3.30-Upgrade-to-3.31.patch

a37f94
diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm
a37f94
index f67a82d..32d74e1 100644
a37f94
--- a/lib/ExtUtils/ParseXS.pm
a37f94
+++ b/lib/ExtUtils/ParseXS.pm
a37f94
@@ -11,7 +11,7 @@ use Symbol;
a37f94
 
a37f94
 our $VERSION;
a37f94
 BEGIN {
a37f94
-  $VERSION = '3.30';
a37f94
+  $VERSION = '3.31';
a37f94
 }
a37f94
 use ExtUtils::ParseXS::Constants $VERSION;
a37f94
 use ExtUtils::ParseXS::CountLines $VERSION;
a37f94
@@ -579,7 +579,7 @@ EOF
a37f94
           } );
a37f94
         }
a37f94
         else {
a37f94
-          print "\t$class *";
a37f94
+          print "\t" . map_type($self, "$class *");
a37f94
           $self->{var_types}->{"THIS"} = "$class *";
a37f94
           $self->generate_init( {
a37f94
             type          => "$class *",
a37f94
diff --git a/lib/ExtUtils/ParseXS/Constants.pm b/lib/ExtUtils/ParseXS/Constants.pm
a37f94
index 8856551..2319a24 100644
a37f94
--- a/lib/ExtUtils/ParseXS/Constants.pm
a37f94
+++ b/lib/ExtUtils/ParseXS/Constants.pm
a37f94
@@ -3,7 +3,7 @@ use strict;
a37f94
 use warnings;
a37f94
 use Symbol;
a37f94
 
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 =head1 NAME
a37f94
 
a37f94
diff --git a/lib/ExtUtils/ParseXS/CountLines.pm b/lib/ExtUtils/ParseXS/CountLines.pm
a37f94
index 2f45292..222a95c 100644
a37f94
--- a/lib/ExtUtils/ParseXS/CountLines.pm
a37f94
+++ b/lib/ExtUtils/ParseXS/CountLines.pm
a37f94
@@ -1,7 +1,7 @@
a37f94
 package ExtUtils::ParseXS::CountLines;
a37f94
 use strict;
a37f94
 
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 our $SECTION_END_MARKER;
a37f94
 
a37f94
diff --git a/lib/ExtUtils/ParseXS/Eval.pm b/lib/ExtUtils/ParseXS/Eval.pm
a37f94
index 8c075a3..7315332 100644
a37f94
--- a/lib/ExtUtils/ParseXS/Eval.pm
a37f94
+++ b/lib/ExtUtils/ParseXS/Eval.pm
a37f94
@@ -2,7 +2,7 @@ package ExtUtils::ParseXS::Eval;
a37f94
 use strict;
a37f94
 use warnings;
a37f94
 
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 =head1 NAME
a37f94
 
a37f94
diff --git a/lib/ExtUtils/ParseXS/Utilities.pm b/lib/ExtUtils/ParseXS/Utilities.pm
a37f94
index 4de9f4e..41a9f6d 100644
a37f94
--- a/lib/ExtUtils/ParseXS/Utilities.pm
a37f94
+++ b/lib/ExtUtils/ParseXS/Utilities.pm
a37f94
@@ -5,7 +5,7 @@ use Exporter;
a37f94
 use File::Spec;
a37f94
 use ExtUtils::ParseXS::Constants ();
a37f94
 
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 our (@ISA, @EXPORT_OK);
a37f94
 @ISA = qw(Exporter);
a37f94
diff --git a/lib/ExtUtils/Typemaps.pm b/lib/ExtUtils/Typemaps.pm
a37f94
index a16ae06..48d623e 100644
a37f94
--- a/lib/ExtUtils/Typemaps.pm
a37f94
+++ b/lib/ExtUtils/Typemaps.pm
a37f94
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps;
a37f94
 use 5.006001;
a37f94
 use strict;
a37f94
 use warnings;
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 require ExtUtils::ParseXS;
a37f94
 require ExtUtils::ParseXS::Constants;
a37f94
diff --git a/lib/ExtUtils/Typemaps/Cmd.pm b/lib/ExtUtils/Typemaps/Cmd.pm
a37f94
index ccd5efe..ffed504 100644
a37f94
--- a/lib/ExtUtils/Typemaps/Cmd.pm
a37f94
+++ b/lib/ExtUtils/Typemaps/Cmd.pm
a37f94
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::Cmd;
a37f94
 use 5.006001;
a37f94
 use strict;
a37f94
 use warnings;
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 use ExtUtils::Typemaps;
a37f94
 
a37f94
diff --git a/lib/ExtUtils/Typemaps/InputMap.pm b/lib/ExtUtils/Typemaps/InputMap.pm
a37f94
index 67ea1c2..86c646d 100644
a37f94
--- a/lib/ExtUtils/Typemaps/InputMap.pm
a37f94
+++ b/lib/ExtUtils/Typemaps/InputMap.pm
a37f94
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::InputMap;
a37f94
 use 5.006001;
a37f94
 use strict;
a37f94
 use warnings;
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 =head1 NAME
a37f94
 
a37f94
diff --git a/lib/ExtUtils/Typemaps/OutputMap.pm b/lib/ExtUtils/Typemaps/OutputMap.pm
a37f94
index 42cbe5c..32cf9f9 100644
a37f94
--- a/lib/ExtUtils/Typemaps/OutputMap.pm
a37f94
+++ b/lib/ExtUtils/Typemaps/OutputMap.pm
a37f94
@@ -2,7 +2,7 @@ package ExtUtils::Typemaps::OutputMap;
a37f94
 use 5.006001;
a37f94
 use strict;
a37f94
 use warnings;
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 =head1 NAME
a37f94
 
a37f94
diff --git a/lib/ExtUtils/Typemaps/Type.pm b/lib/ExtUtils/Typemaps/Type.pm
a37f94
index 7e0f4ba..abe93cb 100644
a37f94
--- a/lib/ExtUtils/Typemaps/Type.pm
a37f94
+++ b/lib/ExtUtils/Typemaps/Type.pm
a37f94
@@ -4,7 +4,7 @@ use strict;
a37f94
 use warnings;
a37f94
 require ExtUtils::Typemaps;
a37f94
 
a37f94
-our $VERSION = '3.30';
a37f94
+our $VERSION = '3.31';
a37f94
 
a37f94
 =head1 NAME
a37f94