Move about 9 global variables into 'our' status.
authorJames E. Keenan <jkeenan@cpan.org>
Sat, 13 Mar 2010 04:40:45 +0000 (23:40 -0500)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:50 +0000 (20:53 +0200)
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index 570a305..ce2ff0d 100644 (file)
@@ -33,7 +33,8 @@ our (
   $processing_arg_with_types, %argtype_seen, %in_out, %lengthof, 
   $proto_in_this_xsub, $scope_in_this_xsub, $interface, 
   $interface_macro, $interface_macro_set, $ProtoThisXSUB, $ScopeThisXSUB, 
-  @line_no, $ret_type, 
+  @line_no, $ret_type, $func_name, $Full_func_name, $Packprefix, $Packid,  
+  %XsubAliases, %XsubAliasValues, %Interfaces, @Attributes, %outargs,
 );
 
 sub process_file {