diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-13 08:36:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-13 08:36:23 +0000 |
commit | ab84f958e8eba0064169969835201436ec252edf (patch) | |
tree | 6d77688c8119e00cde2026c3bca0d15850f51d53 /Porting/regcharclass.pl | |
parent | 23d4cb2f54c8d94af11297178803748d2b894d65 (diff) | |
download | perl-ab84f958e8eba0064169969835201436ec252edf.tar.gz |
That's NAME, not TITLE.
p4raw-id: //depot/perl@31606
Diffstat (limited to 'Porting/regcharclass.pl')
-rw-r--r-- | Porting/regcharclass.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/regcharclass.pl b/Porting/regcharclass.pl index 7f97ca3079..b90a65181c 100644 --- a/Porting/regcharclass.pl +++ b/Porting/regcharclass.pl @@ -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 |