This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Metaconfig unit change for 10624.
[perl5.git] / MANIFEST
index 0e672a1..e5f39df 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,6 +10,7 @@ Changes5.005          Differences between 5.004 and 5.005
 Changes5.6             Differences between 5.005 and 5.6
 Configure              Portability tool
 Copying                        The GNU General Public License
+Cross/README           Cross-compilation.
 EXTERN.h               Included before foreign .h files
 INSTALL                        Detailed installation instructions
 INTERN.h               Included before domestic .h files
@@ -1193,6 +1194,7 @@ lib/validate.pl           Perl library supporting wholesale file mode validation
 lib/vars.pm            Declare pseudo-imported global variables
 lib/warnings.pm                For "use warnings"
 lib/warnings/register.pm       For "use warnings::register"
+locale.c               locale-specific utility functions
 makeaperl.SH           perl script that produces a new perl binary
 makedef.pl             Create symbol export lists for linking
 makedepend.SH          Precursor to makedepend
@@ -1215,6 +1217,7 @@ mpeix/relink              MPE/iX port
 mv-if-diff             Script to mv a file if it changed
 myconfig.SH            Prints summary of the current configuration
 nostdio.h              Cause compile error on stdio calls
+numeric.c              Miscellaneous numeric conversion routines
 objXSUB.h              Scoping macros for Perl Object in extensions
 op.c                   Opcode syntax tree code
 op.h                   Opcode syntax tree header
@@ -1288,6 +1291,7 @@ perly.c                   A byacc'ed perly.y
 perly.fixer            A program to remove yacc stack limitations
 perly.h                        The header file for perly.c
 perly.y                        Yacc grammar for perl
+perlyline.pl           Perl code to fix #line directives and gcc warnings in perly.c
 perly_c.diff           Fixup perly.c to allow recursion
 plan9/aperl            Shell to make Perl error messages Acme-friendly
 plan9/arpa/inet.h      Plan9 port: replacement C header file
@@ -1298,8 +1302,6 @@ plan9/fndvers             Plan9 port: update Perl version in config.plan9
 plan9/genconfig.pl     Plan9 port: generate config.sh
 plan9/mkfile           Plan9 port: Mk driver for build
 plan9/myconfig.plan9   Plan9 port: script to print config summary
-plan9/perlplan9.doc    Plan9 port: Plan9-specific formatted documentation
-plan9/perlplan9.pod    Plan9 port: Plan9-specific pod documentation
 plan9/plan9.c          Plan9 port: Plan9-specific C routines
 plan9/plan9ish.h       Plan9 port: Plan9-specific C header file
 plan9/setup.rc         Plan9 port: script for easy build+install
@@ -1810,7 +1812,7 @@ t/op/utf8decode.t See if UTF-8 decoding works
 t/op/vec.t             See if vectors work
 t/op/ver.t             See if v-strings and the %v format flag work
 t/op/wantarray.t       See if wantarray works
-t/op/write.t           See if write works
+t/op/write.t           See if write works (formats work)
 t/pod/emptycmd.t       Test empty pod directives
 t/pod/emptycmd.xr      Expected results for emptycmd.t
 t/pod/find.t           See if Pod::Find works