summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-23 12:25:10 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-23 12:25:10 +0000
commit12b72891435c5403bcc37a2760e6b00923c804ba (patch)
treef0ba2b87143762dfc0df5f65bd9be99fc7834e37 /MANIFEST
parentef773544769fa28b527d925f5e04db46de7530bf (diff)
downloadperl-12b72891435c5403bcc37a2760e6b00923c804ba.tar.gz
Add Yves Orton's script to regenerate regcharclass.h
p4raw-id: //depot/perl@31030
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST11
1 files changed, 6 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 8606a62c3a..adf3fcde28 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1565,7 +1565,7 @@ lib/CPAN/bin/cpan easily interact with CPAN from the command line
lib/CPAN/Debug.pm helper package for CPAN.pm
lib/CPAN/FirstTime.pm Utility for creating CPAN config files
lib/CPAN/HandleConfig.pm helper package for CPAN.pm
-lib/CPAN/Kwalify/distroprefs.dd helper file for validating config files
+lib/CPAN/Kwalify/distroprefs.dd helper file for validating config files
lib/CPAN/Kwalify/distroprefs.yml helper file for validating config files
lib/CPAN/Kwalify.pm helper package for CPAN.pm
lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
@@ -1674,7 +1674,7 @@ lib/DBM_Filter/t/int32.t test DBM_Filter::int32
lib/DBM_Filter/t/null.t test DBM_Filter::null
lib/DBM_Filter/t/utf8.t test DBM_Filter::utf8
lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding
-lib/dbm_filter_util.pl Utility functions used by DBM Filter tests
+lib/dbm_filter_util.pl Utility functions used by DBM Filter tests
lib/DB.pm Debugger API (draft)
lib/DB.t See if DB works
lib/Devel/InnerPackage.pm Find inner packages
@@ -2333,14 +2333,14 @@ lib/Pod/Simple.pm Pod made simple
lib/Pod/Simple.pod Pod for Pod::Simple
lib/Pod/Simple/Progress.pm Pod::Simple::Progress
lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser
-lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod
+lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod
lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser
lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser
lib/Pod/Simple/README Pod::Simple README file
lib/Pod/Simple/RTF.pm format Pod as RTF
lib/Pod/Simple/Search.pm find POD documents in directory trees
-lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree
+lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree
lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
lib/Pod/Simple/t/00about.t Pod::Simple test file
lib/Pod/Simple/t/20_skip.t Pod::Simple test file
@@ -3219,6 +3219,7 @@ Porting/patching.pod How to report changes made to Perl
Porting/patchls Flexible patch file listing utility
Porting/pumpkin.pod Guidelines and hints for Perl maintainers
Porting/repository.pod How to use the Perl repository
+Porting/regcharclass.pl Generate regcharclass.h from inline data
Porting/sort_perldiag.pl Keep our diagnostics orderly
Porting/testall.atom Cumulative profile with Third Degree
Porting/thirdclean Cleanup Third Degree reports
@@ -3284,7 +3285,7 @@ regcomp.c Regular expression compiler
regcomp.h Private declarations for above
regcomp.pl Builder of regnodes.h
regcomp.sym Data for regnodes.h
-regcharclass.h Match various character classes efficiently
+regcharclass.h Generated by Porting/regcharclass.pl
regen_lib.pl Common file routines for generator scripts
regen_perly.pl generate perly.{act,h,tab} from perly.y
regen.pl Run all scripts that (re)generate files