Add a test for PerlIO.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index ed59a6d..bef35c7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -57,6 +57,7 @@ README.plan9          Notes about Plan9 port
 README.qnx             Notes about QNX port
 README.solaris         Notes about Solaris port
 README.threads         Notes about multithreading
+README.tru64           Notes about Tru64
 README.vmesa           Notes about VM/ESA port
 README.vms             Notes about installing the VMS port
 README.vos             Notes about Stratus VOS port
@@ -720,6 +721,7 @@ lib/Env.pm          Map environment into ordinary variables
 lib/Exporter.pm                Exporter base class
 lib/Exporter/Heavy.pm  Complicated routines for Exporter
 lib/ExtUtils/Command.pm        Utilities for Make on non-UNIX platforms
+lib/ExtUtils/Constant.pm       generate XS code to import C header constants
 lib/ExtUtils/Embed.pm  Utilities for embedding Perl in C programs
 lib/ExtUtils/Install.pm        Handles 'make install' on extensions
 lib/ExtUtils/Installed.pm      Information on installed extensions
@@ -764,12 +766,16 @@ lib/FindBin.pm            Find name of currently executing program
 lib/Getopt/Long.pm     Fetch command options (GetOptions)
 lib/Getopt/Std.pm      Fetch command options (getopt, getopts)
 lib/I18N/Collate.pm    Routines to do strxfrm-based collation
+lib/I18N/LangTags.pm   I18N::LangTags
 lib/IPC/Open2.pm       Open a two-ended pipe
 lib/IPC/Open3.pm       Open a three-ended pipe!
 lib/Locale/Constants.pm        Locale::Codes
 lib/Locale/Country.pm  Locale::Codes
 lib/Locale/Currency.pm Locale::Codes
 lib/Locale/Language.pm Locale::Codes
+lib/Locale/Maketext.pm Locale::Maketext
+lib/Locale/Maketext.pod        Locale::Maketext documentation
+lib/Locale/Maketext/TPJ13.pod  Locale::Maketext documentation article
 lib/Math/BigFloat.pm   An arbitrary precision floating-point arithmetic package
 lib/Math/BigInt.pm     An arbitrary precision integer arithmetic package
 lib/Math/Complex.pm    A Complex package
@@ -1461,6 +1467,7 @@ t/lib/bigfloat.t  See if bigfloat.pl works
 t/lib/bigfltpm.t       See if BigFloat.pm works
 t/lib/bigint.t         See if bigint.pl works
 t/lib/bigintpm.t       See if BigInt.pm works
+t/lib/carp.t           See if Carp works
 t/lib/cgi-esc.t                See if CGI.pm works
 t/lib/cgi-form.t       See if CGI.pm works
 t/lib/cgi-function.t   See if CGI.pm works
@@ -1504,7 +1511,9 @@ t/lib/env-array.t See if Env works for arrays
 t/lib/env.t            See if Env works
 t/lib/errno.t          See if Errno works
 t/lib/exporter.t        See if Exporter works
+t/lib/extutils.t       See if extutils work
 t/lib/fatal.t           See if Fatal works
+t/lib/fcntl.t           See if Fcntl works
 t/lib/fields.t          See if base/fields works
 t/lib/filecache.t      See if FileCache works
 t/lib/filecopy.t       See if File::Copy works
@@ -1535,6 +1544,8 @@ t/lib/h2ph.h              Test header file for h2ph
 t/lib/h2ph.pht         Generated output from h2ph.h by h2ph, for comparison
 t/lib/h2ph.t           See if h2ph works like it should
 t/lib/hostname.t       See if Sys::Hostname works
+t/lib/i18n-collate.t   See if I18N::Collate works
+t/lib/i18n-langtags.t  See if I18N::LangTags work
 t/lib/io_const.t       See if constants from IO work
 t/lib/io_dir.t         See if directory-related methods from IO work
 t/lib/io_dup.t         See if dup()-related methods from IO work
@@ -1556,6 +1567,7 @@ t/lib/lc-constants.t      See if Locale::Codes work
 t/lib/lc-country.t     See if Locale::Codes work
 t/lib/lc-currency.t    See if Locale::Codes work
 t/lib/lc-language.t    See if Locale::Codes work
+t/lib/lc-maketext.t    See if Locale::Maketext works
 t/lib/lc-uk.t  See if Locale::Codes work
 t/lib/md5-aaa.t        See if Digest::MD5 extension works
 t/lib/md5-align.t      See if Digest::MD5 extension works
@@ -1574,6 +1586,7 @@ t/lib/open3.t             See if IPC::Open3 works
 t/lib/ops.t            See if Opcode works
 t/lib/parsewords.t     See if Text::ParseWords works
 t/lib/peek.t           See if Devel::Peek works
+t/lib/perlio.t         See if PerlIO works
 t/lib/ph.t             See if h2ph works
 t/lib/posix.t          See if POSIX works
 t/lib/safe1.t          See if Safe works
@@ -1690,6 +1703,7 @@ t/op/filetest.t           See if file tests work
 t/op/flip.t            See if range operator works
 t/op/fork.t            See if fork works
 t/op/glob.t            See if <*> works
+t/op/gmagic.t          See if GMAGIC works
 t/op/goto.t            See if goto works
 t/op/goto_xs.t         See if "goto &sub" works on XSUBs
 t/op/grent.t           See if getgr*() functions work
@@ -1797,6 +1811,7 @@ t/pod/testcmp.pl  Module to compare output against expected results
 t/pod/testp2pt.pl      Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl      Module to test Pod::Checker for a given file
 t/pod/testpods/lib/Pod/Stuff.pm        Sample data for find.t
+t/pragma/autouse.t     See if autouse works
 t/pragma/constant.t    See if compile-time constants work
 t/pragma/diagnostics.t See if diagnostics.pm works
 t/pragma/locale.t      See if locale support works
@@ -1810,6 +1825,7 @@ t/pragma/strict.t See if strictures work
 t/pragma/sub_lval.t    See if lvalue subroutines work
 t/pragma/subs.t                See if subroutine pseudo-importation works
 t/pragma/utf8.t                See if utf8 operations work
+t/pragma/vars.t                See if "use vars" work
 t/pragma/warn/1global  Tests of global warnings for warnings.t
 t/pragma/warn/2use     Tests for "use warnings" for warnings.t
 t/pragma/warn/3both    Tests for interaction of $^W and "use warnings"
@@ -1858,6 +1874,7 @@ utf8.h                    Unicode header
 utfebcdic.h            Unicode on EBCDIC (UTF-EBCDIC, tr16) header
 util.c                 Utility routines
 util.h                 Dummy header
+utils.lst              Lists utilities bundled with Perl
 utils/Makefile         Extract the utility scripts
 utils/c2ph.PL          program to translate dbx stabs to perl
 utils/dprofpp.PL       Perl code profile post-processor