summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-10-03 13:24:39 +0100
committerDavid Mitchell <davem@iabyn.com>2019-10-03 13:34:43 +0100
commit944ff78754da53b01432e183fc56d9a559614115 (patch)
tree1ec30282c68488c17e9016d5bf64bb347d827d92 /regen/regcharclass.pl
parent7ac841d7d0e987409c9d8a239761ab06c6df8e98 (diff)
downloadperl-944ff78754da53b01432e183fc56d9a559614115.tar.gz
regen charclass_invlists.h
this was missed from the previous commit Also, fix typo in regen/regcharclass.pl It was still referring to itself as Porting/regcharclass.pl
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-xregen/regcharclass.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index db4f045d77..8e3f06df41 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -21,7 +21,7 @@ CharClass::Matcher -- Generate C macros that match character classes efficiently
=head1 SYNOPSIS
- perl Porting/regcharclass.pl
+ perl regen/regcharclass.pl
=head1 DESCRIPTION