Update docs and exports to be in line with reality
authorSteffen Mueller <smueller@cpan.org>
Sat, 16 Apr 2011 12:57:14 +0000 (14:57 +0200)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:54:50 +0000 (20:54 +0200)
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm

index e4ab36d..6c841df 100644 (file)
@@ -16,7 +16,6 @@ our (@ISA, @EXPORT_OK);
   C_string
   valid_proto_string
   process_typemaps
-  process_single_typemap
   make_targetable
   map_type
   standard_XS_defs
@@ -42,7 +41,6 @@ ExtUtils::ParseXS::Utilities - Subroutines used with ExtUtils::ParseXS
     C_string
     valid_proto_string
     process_typemaps
-    process_single_typemap
     make_targetable
     map_type
     standard_XS_defs
@@ -281,8 +279,7 @@ Process all typemap files.
 
 =item * Arguments
 
-  my ($type_kind_ref, $proto_letter_ref, $input_expr_ref, $output_expr_ref) =
-    process_typemaps( $args{typemap}, $pwd );
+  my $typemaps_object = process_typemaps( $args{typemap}, $pwd );
       
 List of two elements:  C<typemap> element from C<%args>; current working
 directory.