Regex Utility Functions and Substituion Fix (XML::Twig core dump)
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / xsubpp
index d49cbcf..e4e5b77 100755 (executable)
@@ -6,7 +6,7 @@ use Getopt::Long;
 
 my %args = ();
 
-my $usage = "Usage: xsubpp [-v] [-except] [-prototypes] [-noversioncheck] [-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap typemap]... file.xs\n";
+my $usage = "Usage: xsubpp [-v] [-csuffix csuffix] [-except] [-prototypes] [-noversioncheck] [-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap typemap]... file.xs\n";
 
 Getopt::Long::Configure qw(no_auto_abbrev no_ignore_case);
 
@@ -24,6 +24,7 @@ GetOptions(\%args, qw(hiertype!
                      typemap=s@
                      output=s
                      s=s
+                     csuffix=s
                     ))
   or die $usage;
 
@@ -75,7 +76,7 @@ any makefiles generated by MakeMaker.
 
 =item B<-hiertype>
 
-Retains '::' in type names so that C++ hierachical types can be mapped.
+Retains '::' in type names so that C++ hierarchical types can be mapped.
 
 =item B<-except>