Mention that ::ISA::CACHE:: no longer exists
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 2339727..810f749 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -991,6 +991,7 @@ ext/Safe/t/safe1.t          See if Safe works
 ext/Safe/t/safe2.t             See if Safe works
 ext/Safe/t/safe3.t             See if Safe works
 ext/Safe/t/safeops.t           Tests that all ops can be trapped by Safe
+ext/Safe/t/safeuniversal.t     Tests Safe with functions from universal.c
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
 ext/SDBM_File/sdbm/biblio      SDBM kit
 ext/SDBM_File/sdbm/CHANGES     SDBM kit
@@ -1206,6 +1207,7 @@ ext/Win32CORE/Makefile.PL Win32CORE extension
 ext/Win32CORE/t/win32core.t    Win32CORE extension
 ext/Win32CORE/Win32CORE.c      Win32CORE extension
 ext/Win32CORE/Win32CORE.pm     Win32CORE extension (stubs for Win32 CORE subs)
+ext/Win32/Changes              Changes for Win32 extension module
 ext/Win32/longpath.inc         Win32 extension long path support
 ext/Win32/Makefile.PL          Win32 extension makefile writer
 ext/Win32/t/CreateFile.t       See if Win32 extension works
@@ -1436,6 +1438,7 @@ lib/Attribute/Handlers/demo/MyClass.pm    Attribute::Handlers demo
 lib/Attribute/Handlers.pm      Attribute::Handlers
 lib/Attribute/Handlers/README          Attribute::Handlers
 lib/Attribute/Handlers/t/constants.t   Test constants and Attribute::Handlers
+lib/Attribute/Handlers/t/data_convert.t        Test attribute data conversion
 lib/Attribute/Handlers/t/linerep.t     See if Attribute::Handlers works
 lib/Attribute/Handlers/t/multi.t       See if Attribute::Handlers works
 lib/attributes.pm              For "sub foo : attrlist"
@@ -1802,6 +1805,7 @@ lib/ExtUtils/t/INST_PREFIX.t      See if MakeMaker can apply PREFIXs
 lib/ExtUtils/t/INST.t          Check MakeMaker INST_* macros
 lib/ExtUtils/t/Liblist.t       See if ExtUtils::Liblist works
 lib/ExtUtils/t/make.t          See if make detection works
+lib/ExtUtils/t/maketext_filter.t       See if maketext_filter works
 lib/ExtUtils/t/Manifest.t      See if ExtUtils::Manifest works
 lib/ExtUtils/t/Mkbootstrap.t   See if ExtUtils::Mkbootstrap works
 lib/ExtUtils/t/MM_Any.t                See if ExtUtils::MM_Any works
@@ -2131,6 +2135,7 @@ lib/Module/Build/Compat.pm        Module::Build
 lib/Module/Build/ConfigData.pm Module::Build
 lib/Module/Build/Config.pm     Module::Build
 lib/Module/Build/Cookbook.pm   Module::Build
+lib/Module/Build/Dumper.pm     Module::Build
 lib/Module/Build/ModuleInfo.pm Module::Build
 lib/Module/Build/Notes.pm      Module::Build
 lib/Module/Build/Platform/aix.pm       Module::Build
@@ -2286,6 +2291,7 @@ lib/open2.pl                      Open a two-ended pipe (uses IPC::Open2)
 lib/open3.pl                   Open a three-ended pipe (uses IPC::Open3)
 lib/open.pm                    Pragma to specify default I/O layers
 lib/open.t                     See if the open pragma works
+lib/overload64.t               See if operator overloading works with 64-bit ints
 lib/overload.pm                        Module for overloading perl operators
 lib/overload.t                 See if operator overloading works
 lib/Package/Constants.pm       Package::Constants
@@ -3037,7 +3043,8 @@ os2/OS2/typemap                   Common typemap for OS/2 types
 os2/perl2cmd.pl                        Corrects installed binaries under OS/2
 os2/perlrexx.c                 Support perl interpreter embedded in REXX
 os2/perlrexx.cmd               Test perl interpreter embedded in REXX
-overload.h                     generated overload enum and name table
+overload.c                     generated overload enum (public)
+overload.h                     generated overload name table (implementation)
 overload.pl                    generate overload.h
 pad.c                          Scratchpad functions
 pad.h                          Scratchpad headers
@@ -3490,6 +3497,7 @@ t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Problem.pm  MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
+t/lib/MakeMaker/Test/Setup/XS.pm       MakeMaker test utilities
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
 t/lib/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
 t/lib/Math/BigInt/BareCalc.pm  Bigint's simulation of Calc