summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-23 21:08:12 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-23 21:18:11 +0000
commit98e310af2e424d7966915bbf6e126ab8f117a9d0 (patch)
tree574ef4e72db1cff44a201e24e18834701c8308fc /MANIFEST
parent8770da0e36c1d16484eea6e86a2d0eeafad07f30 (diff)
downloadperl-98e310af2e424d7966915bbf6e126ab8f117a9d0.tar.gz
Move regencharclass.pl from Porting/ to regen/
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 9842238328..de536471bc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4432,7 +4432,6 @@ Porting/perlhist_calculate.pl Perform calculations to update perlhist
Porting/podtidy Reformat pod using Pod::Tidy
Porting/pumpkin.pod Guidelines and hints for Perl maintainers
Porting/README.y2038 Perl notes for the 2038 fix
-Porting/regcharclass.pl Generate regcharclass.h from inline data
Porting/release_managers_guide.pod Release Manager's Guide
Porting/release_schedule.pod Schedule for future releases
Porting/rt_list_patches A tool to help you apply patches from RT
@@ -4496,7 +4495,7 @@ README.vos Perl notes for Stratus VOS
README.win32 Perl notes for Windows
reentr.c Reentrant interfaces
reentr.h Reentrant interfaces
-regcharclass.h Generated by Porting/regcharclass.pl
+regcharclass.h Generated by regen/regcharclass.pl
regcomp.c Regular expression compiler
regcomp.h Private declarations for above
regcomp.sym Data for regnodes.h
@@ -4508,6 +4507,7 @@ regen/overload.pl generate overload.h
regen_perly.pl generate perly.{act,h,tab} from perly.y
regen.pl Run all scripts that (re)generate files
regen/reentr.pl Reentrant interfaces
+regen/regcharclass.pl Generate regcharclass.h from inline data
regen/regcomp.pl Builder of regnodes.h
regen/regen_lib.pl Common file routines for generator scripts
regen/warnings.pl Program to write warnings.h and lib/warnings.pm