That's NAME, not TITLE.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:36:23 +0000 (08:36 +0000)]
p4raw-id: //depot/perl@31606

Porting/regcharclass.pl

index 7f97ca3..b90a651 100644 (file)
@@ -8,13 +8,13 @@ use Data::Dumper;
 $Data::Dumper::Useqq= 1;
 our $hex_fmt= "0x%02X";
 
-=head1 TITLE
+=head1 NAME
 
 CharClass::Matcher -- Generate C macros that match character classes efficiently
 
 =head1 SYNOPSIS
 
-  ~/perl$ perl Porting\regcharclass.pl
+    perl Porting/regcharclass.pl
 
 =head1 DESCRIPTION