Add a test for PerlIO.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index f338082..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
@@ -765,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
@@ -1462,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
@@ -1539,6 +1545,7 @@ 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
@@ -1560,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
@@ -1578,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
@@ -1694,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
@@ -1801,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