Attempt to fix core-specific logic in IPC::Open2 tests
[p5sagit/p5-mst-13.2.git] / MANIFEST
index a1b56d3..07bacac 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -81,6 +81,8 @@ ext/Attribute-Handlers/t/linerep.t    See if Attribute::Handlers works
 ext/Attribute-Handlers/t/multi.t       See if Attribute::Handlers works
 ext/attributes/attributes.pm           For "sub foo : attrlist"
 ext/attributes/attributes.xs           For "sub foo : attrlist"
+ext/autouse/lib/autouse.pm     Load and call a function only when it's used
+ext/autouse/t/autouse.t                See if autouse works
 ext/base/Changes               base.pm changelog
 ext/base/lib/base.pm           Establish IS-A relationship at compile time
 ext/base/lib/fields.pm         Set up object field names for pseudo-hash-using classes
@@ -724,6 +726,14 @@ ext/Fcntl/Makefile.PL      Fcntl extension makefile writer
 ext/Fcntl/t/fcntl.t    See if Fcntl works
 ext/Fcntl/t/mode.t     See if S_ISREG() and S_ISDIR() work
 ext/Fcntl/t/syslfs.t   See if large files work for sysio
+ext/FileCache/lib/FileCache.pm Keep more files open than the system permits
+ext/FileCache/t/01open.t       See if FileCache works
+ext/FileCache/t/02maxopen.t    See if FileCache works
+ext/FileCache/t/03append.t     See if FileCache works
+ext/FileCache/t/04twoarg.t     See if FileCache works
+ext/FileCache/t/05override.t   See if FileCache works
+ext/FileCache/t/06export.t     See if FileCache exporting works
+ext/FileCache/t/07noimport.t   See if FileCache works without importing
 ext/File-Fetch/lib/File/Fetch.pm       File::Fetch
 ext/File-Fetch/t/01_File-Fetch.t       File::Fetch tests
 ext/File-Glob/bsd_glob.c       File::Glob extension run time code
@@ -971,6 +981,8 @@ ext/IO/t/io_udp.t   See if UDP socket-related methods from IO work
 ext/IO/t/io_unix.t     See if UNIX socket-related methods from IO work
 ext/IO/t/io_utf8.t     See if perlio opens work
 ext/IO/t/io_xs.t               See if XSUB methods from IO work
+ext/IPC-Open2/lib/IPC/Open2.pm Open a two-ended pipe
+ext/IPC-Open2/t/IPC-Open2.t    See if IPC::Open2 works
 ext/IPC-SysV/Changes   IPC::SysV changes
 ext/IPC-SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
 ext/IPC-SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
@@ -1679,6 +1691,8 @@ ext/Tie-File/t/33_defer_vs.t      Like 30_defer.t, but with varying-length records
 ext/Tie-File/t/40_abs_cache.t  Unit tests for Tie::File::Cache
 ext/Tie-File/t/41_heap.t       Unit tests for Tie::File::Heap
 ext/Tie-File/t/42_offset.t     Unit tests for the offset method
+ext/Tie-Memoize/lib/Tie/Memoize.pm     Base class for memoized tied hashes
+ext/Tie-Memoize/t/Tie-Memoize.t                Test for Tie::Memoize
 ext/Time-HiRes/Changes         Time::HiRes extension
 ext/Time-HiRes/fallback/const-c.inc    Time::HiRes extension
 ext/Time-HiRes/fallback/const-xs.inc   Time::HiRes extension
@@ -1724,6 +1738,16 @@ ext/Unicode-Normalize/t/proto.t  Unicode::Normalize
 ext/Unicode-Normalize/t/split.t        Unicode::Normalize
 ext/Unicode-Normalize/t/test.t Unicode::Normalize
 ext/Unicode-Normalize/t/tie.t  Unicode::Normalize
+ext/VMS-DCLsym/0README.txt     ReadMe file for VMS::DCLsym
+ext/VMS-DCLsym/DCLsym.pm       Perl access to CLI symbols
+ext/VMS-DCLsym/DCLsym.xs       Perl access to CLI symbols
+ext/VMS-DCLsym/Makefile.PL     MakeMaker driver for VMS::DCLsym
+ext/VMS-DCLsym/t/vms_dclsym.t  regression tests for VMS::DCLsym
+ext/VMS-Stdio/0README.txt      ReadMe file for VMS::Stdio
+ext/VMS-Stdio/Makefile.PL      MakeMaker driver for VMS::Stdio
+ext/VMS-Stdio/Stdio.pm         VMS options to stdio routines
+ext/VMS-Stdio/Stdio.xs         VMS options to stdio routines
+ext/VMS-Stdio/t/vms_stdio.t    regression tests for VMS::Stdio
 ext/Win32API-File/buffers.h    Win32API::File extension
 ext/Win32API-File/cFile.h      Win32API::File extension
 ext/Win32API-File/cFile.pc     Win32API::File extension
@@ -2037,8 +2061,6 @@ lib/AutoLoader.pm         Autoloader base class
 lib/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
 lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works
 lib/AutoSplit.pm               Split up autoload functions
-lib/autouse.pm                 Load and call a function only when it's used
-lib/autouse.t                  See if autouse works
 lib/Benchmark.pm               Measure execution time
 lib/Benchmark.t                        See if Benchmark works
 lib/bigfloat.pl                        An arbitrary precision floating point package
@@ -2486,14 +2508,6 @@ lib/feature.pm                   Pragma to enable new syntax
 lib/feature.t                  See if features work
 lib/File/Basename.pm           Emulate the basename program
 lib/File/Basename.t            See if File::Basename works
-lib/FileCache.pm               Keep more files open than the system permits
-lib/FileCache/t/01open.t       See if FileCache works
-lib/FileCache/t/02maxopen.t    See if FileCache works
-lib/FileCache/t/03append.t     See if FileCache works
-lib/FileCache/t/04twoarg.t     See if FileCache works
-lib/FileCache/t/05override.t   See if FileCache works
-lib/FileCache/t/06export.t     See if FileCache exporting works
-lib/FileCache/t/07noimport.t   See if FileCache works without importing
 lib/File/CheckTree.pm          Perl module supporting wholesale file mode validation
 lib/File/CheckTree.t           See if File::CheckTree works
 lib/File/Compare.pm            Emulation of cmp command
@@ -2583,8 +2597,6 @@ lib/IPC/Cmd/t/02_Interactive.t    IPC::Cmd tests
 lib/IPC/Cmd/t/src/child.pl     IPC::Cmd tests
 lib/IPC/Cmd/t/src/output.pl    IPC::Cmd tests
 lib/IPC/Cmd/t/src/x.tgz.packed IPC::Cmd tests
-lib/IPC/Open2.pm               Open a two-ended pipe
-lib/IPC/Open2.t                        See if IPC::Open2 works
 lib/IPC/Open3.pm               Open a three-ended pipe!
 lib/IPC/Open3.t                        See if IPC::Open3 works
 lib/less.pm                    For "use less"
@@ -3375,8 +3387,6 @@ lib/Tie/Handle/stdhandle_from_handle.t    Test for Tie::StdHandle/Handle backwards
 lib/Tie/Handle/stdhandle.t     Test for Tie::StdHandle
 lib/Tie/Hash/NamedCapture.pm   Implements %- and %+ behaviour
 lib/Tie/Hash.pm                        Base class for tied hashes
-lib/Tie/Memoize.pm             Base class for memoized tied hashes
-lib/Tie/Memoize.t              Test for Memoize.t
 lib/Tie/RefHash.pm             Base class for tied hashes with references as keys
 lib/Tie/RefHash/rebless.t      Test for Tie::RefHash with rebless
 lib/Tie/RefHash/refhash.t      Test for Tie::RefHash and Tie::RefHash::Nestable
@@ -3574,51 +3584,51 @@ os2/Makefile.SHs                Shared library generation for OS/2
 os2/os2add.sym                 Overriding symbols to export
 os2/os2_base.t                 Additional tests for builtin methods
 os2/os2.c                      Additional code for OS/2
-os2/OS2/ExtAttr/Changes                EA access module
-os2/OS2/ExtAttr/ExtAttr.pm     EA access module
-os2/OS2/ExtAttr/ExtAttr.xs     EA access module
-os2/OS2/ExtAttr/Makefile.PL    EA access module
-os2/OS2/ExtAttr/MANIFEST       EA access module
-os2/OS2/ExtAttr/myea.h         EA access module
-os2/OS2/ExtAttr/t/os2_ea.t     EA access module
-os2/OS2/ExtAttr/typemap                EA access module
 os2/os2ish.h                   Header for OS/2
+os2/OS2/OS2-ExtAttr/Changes    EA access module
+os2/OS2/OS2-ExtAttr/ExtAttr.pm EA access module
+os2/OS2/OS2-ExtAttr/ExtAttr.xs EA access module
+os2/OS2/OS2-ExtAttr/Makefile.PL        EA access module
+os2/OS2/OS2-ExtAttr/MANIFEST   EA access module
+os2/OS2/OS2-ExtAttr/myea.h     EA access module
+os2/OS2/OS2-ExtAttr/t/os2_ea.t EA access module
+os2/OS2/OS2-ExtAttr/typemap    EA access module
+os2/OS2/OS2-PrfDB/Changes      System database access module
+os2/OS2/OS2-PrfDB/Makefile.PL  System database access module
+os2/OS2/OS2-PrfDB/MANIFEST     System database access module
+os2/OS2/OS2-PrfDB/PrfDB.pm     System database access module
+os2/OS2/OS2-PrfDB/PrfDB.xs     System database access module
+os2/OS2/OS2-PrfDB/t/os2_prfdb.t        System database access module
+os2/OS2/OS2-Process/Makefile.PL        system() constants in a module
+os2/OS2/OS2-Process/MANIFEST   system() constants in a module
+os2/OS2/OS2-Process/Process.pm system() constants in a module
+os2/OS2/OS2-Process/Process.xs system() constants in a module
+os2/OS2/OS2-Process/t/os2_atoms.t      Test for OS2::Process
+os2/OS2/OS2-Process/t/os2_clipboard.t  Test for OS2::Process
+os2/OS2/OS2-Process/t/os2_process_kid.t        Tests
+os2/OS2/OS2-Process/t/os2_process.t    Tests
+os2/OS2/OS2-Process/t/os2_process_text.t       Tests
+os2/OS2/OS2-REXX/Changes               DLL access module
+os2/OS2/OS2-REXX/DLL/Changes   DLL access module
+os2/OS2/OS2-REXX/DLL/DLL.pm    DLL access module
+os2/OS2/OS2-REXX/DLL/DLL.xs    DLL access module
+os2/OS2/OS2-REXX/DLL/Makefile.PL       DLL access module
+os2/OS2/OS2-REXX/DLL/MANIFEST  DLL access module
+os2/OS2/OS2-REXX/Makefile.PL   DLL access module
+os2/OS2/OS2-REXX/MANIFEST      DLL access module
+os2/OS2/OS2-REXX/REXX.pm       DLL access module
+os2/OS2/OS2-REXX/REXX.xs       DLL access module
+os2/OS2/OS2-REXX/t/rx_cmprt.t  DLL access module
+os2/OS2/OS2-REXX/t/rx_dllld.t  DLL access module
+os2/OS2/OS2-REXX/t/rx_emxrv.t  DLL access module
+os2/OS2/OS2-REXX/t/rx_objcall.t        DLL access module
+os2/OS2/OS2-REXX/t/rx_sql.test DLL access module
+os2/OS2/OS2-REXX/t/rx_tiesql.test      DLL access module
+os2/OS2/OS2-REXX/t/rx_tievar.t DLL access module
+os2/OS2/OS2-REXX/t/rx_tieydb.t DLL access module
+os2/OS2/OS2-REXX/t/rx_varset.t DLL access module
+os2/OS2/OS2-REXX/t/rx_vrexx.t  DLL access module
 os2/os2_pipe.t                 Tests for pipe creation logic
-os2/OS2/PrfDB/Changes          System database access module
-os2/OS2/PrfDB/Makefile.PL      System database access module
-os2/OS2/PrfDB/MANIFEST         System database access module
-os2/OS2/PrfDB/PrfDB.pm         System database access module
-os2/OS2/PrfDB/PrfDB.xs         System database access module
-os2/OS2/PrfDB/t/os2_prfdb.t    System database access module
-os2/OS2/Process/Makefile.PL    system() constants in a module
-os2/OS2/Process/MANIFEST       system() constants in a module
-os2/OS2/Process/Process.pm     system() constants in a module
-os2/OS2/Process/Process.xs     system() constants in a module
-os2/OS2/Process/t/os2_atoms.t          Test for OS2::Process
-os2/OS2/Process/t/os2_clipboard.t      Test for OS2::Process
-os2/OS2/Process/t/os2_process_kid.t    Tests
-os2/OS2/Process/t/os2_process.t        Tests
-os2/OS2/Process/t/os2_process_text.t   Tests
-os2/OS2/REXX/Changes           DLL access module
-os2/OS2/REXX/DLL/Changes       DLL access module
-os2/OS2/REXX/DLL/DLL.pm                DLL access module
-os2/OS2/REXX/DLL/DLL.xs                DLL access module
-os2/OS2/REXX/DLL/Makefile.PL   DLL access module
-os2/OS2/REXX/DLL/MANIFEST      DLL access module
-os2/OS2/REXX/Makefile.PL       DLL access module
-os2/OS2/REXX/MANIFEST          DLL access module
-os2/OS2/REXX/REXX.pm           DLL access module
-os2/OS2/REXX/REXX.xs           DLL access module
-os2/OS2/REXX/t/rx_cmprt.t      DLL access module
-os2/OS2/REXX/t/rx_dllld.t      DLL access module
-os2/OS2/REXX/t/rx_emxrv.t      DLL access module
-os2/OS2/REXX/t/rx_objcall.t    DLL access module
-os2/OS2/REXX/t/rx_sql.test     DLL access module
-os2/OS2/REXX/t/rx_tiesql.test  DLL access module
-os2/OS2/REXX/t/rx_tievar.t     DLL access module
-os2/OS2/REXX/t/rx_tieydb.t     DLL access module
-os2/OS2/REXX/t/rx_varset.t     DLL access module
-os2/OS2/REXX/t/rx_vrexx.t      DLL access module
 os2/os2.sym                    Additional symbols to export
 os2/os2thread.h                        pthread-like typedefs
 os2/OS2/typemap                        Common typemap for OS/2 types
@@ -4494,18 +4504,8 @@ vmesa/Makefile                   VM/ESA Makefile
 vmesa/vmesa.c                  VM/ESA-specific C code for Perl core
 vmesa/vmesaish.h               VM/ESA-specific C header for Perl core
 vms/descrip_mms.template       Template MM[SK] description file for build
-vms/ext/DCLsym/0README.txt     ReadMe file for VMS::DCLsym
-vms/ext/DCLsym/DCLsym.pm       Perl access to CLI symbols
-vms/ext/DCLsym/DCLsym.xs       Perl access to CLI symbols
-vms/ext/DCLsym/Makefile.PL     MakeMaker driver for VMS::DCLsym
-vms/ext/DCLsym/test.pl         regression tests for VMS::DCLsym
 vms/ext/Filespec.pm            VMS-Unix file syntax interconversion
 vms/ext/filespec.t             See if VMS::Filespec functions work
-vms/ext/Stdio/0README.txt      ReadMe file for VMS::Stdio
-vms/ext/Stdio/Makefile.PL      MakeMaker driver for VMS::Stdio
-vms/ext/Stdio/Stdio.pm         VMS options to stdio routines
-vms/ext/Stdio/Stdio.xs         VMS options to stdio routines
-vms/ext/Stdio/test.pl          regression tests for VMS::Stdio
 vms/genopt.com                 hack to write options files in case of broken makes
 vms/gen_shrfls.pl              generate options files and glue for shareable image
 vms/make_command.com           record MM[SK] command used to build Perl