Reword the alarm explanation.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 34a181f..0fa46a2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,6 +3,8 @@ Artistic                The "Artistic License"
 AUTHORS                        Contact info for contributors
 av.c                   Array value code
 av.h                   Array value header
+beos/beos.c            BeOS port
+beos/beosish.h         BeOS port
 beos/nm.c              BeOS port
 bytecode.pl            Produces ext/ByteLoader/byterun.h, ext/ByteLoader/byterun.c and ext/B/Asmdata.pm
 cc_runtime.h           Macros need by runtime of compiler-generated code
@@ -89,7 +91,10 @@ ext/B/ramblings/magic                Compiler ramblings: notes on magic
 ext/B/ramblings/reg.alloc      Compiler ramblings: register allocation
 ext/B/ramblings/runtime.porting        Compiler ramblings: porting PP enging
 ext/B/README           Compiler backend README
+ext/B/t/asmdata.t       See if B::Asmdata works
+ext/B/t/assembler.t     See if B::Assembler, B::Disassembler comply
 ext/B/t/b.t            See if B works
+ext/B/t/bblock.t        See if B::Bblock works
 ext/B/t/debug.t                See if B::Debug works
 ext/B/t/deparse.t      See if B::Deparse works
 ext/B/t/showlex.t      See if B::ShowLex works
@@ -734,6 +739,7 @@ hints/utekv.sh                      Hints for named architecture
 hints/uts.sh                   Hints for named architecture
 hints/uwin.sh                  Hints for named architecture
 hints/vmesa.sh                 Hints for named architecture
+hints/vos.sh                   Hints for named architecture
 hv.c                           Hash value code
 hv.h                           Hash value header
 INSTALL                                Detailed installation instructions
@@ -789,6 +795,24 @@ lib/abbrev.pl                      An abbreviation table builder
 lib/AnyDBM_File.pm             Perl module to emulate dbmopen
 lib/AnyDBM_File.t              See if AnyDBM_File works
 lib/assert.pl                  assertion and panic with stack trace
+lib/Attribute/Handlers.pm              Attribute::Handlers
+lib/Attribute/Handlers/Changes Attribute::Handlers
+lib/Attribute/Handlers/demo/demo.pl    Attribute::Handlers demo
+lib/Attribute/Handlers/demo/Demo.pm    Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo2.pl   Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo3.pl   Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo4.pl   Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_call.pl       Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_chain.pl      Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_cycle.pl      Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_hashdir.pl    Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_phases.pl     Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_range.pl      Attribute::Handlers demo
+lib/Attribute/Handlers/demo/demo_rawdata.pl    Attribute::Handlers demo
+lib/Attribute/Handlers/demo/Descriptions.pm    Attribute::Handlers demo
+lib/Attribute/Handlers/demo/MyClass.pm Attribute::Handlers demo
+lib/Attribute/Handlers/README          Attribute::Handlers
+lib/Attribute/Handlers/t/multi.t       See if Attribute::Handlers works
 lib/attributes.pm              For "sub foo : attrlist"
 lib/AutoLoader.pm              Autoloader base class
 lib/AutoLoader.t               See if AutoLoader works
@@ -798,6 +822,7 @@ lib/autouse.pm                      Load and call a function only when it's used
 lib/autouse.t                  See if autouse works
 lib/base.pm                    Establish IS-A relationship at compile time
 lib/Benchmark.pm               Measure execution time
+lib/Benchmark.t                        See if Benchmark works
 lib/bigfloat.pl                        An arbitrary precision floating point package
 lib/bigfloat.t                 See if bigfloat.pl works
 lib/bigint.pl                  An arbitrary precision integer arithmetic package
@@ -897,12 +922,9 @@ lib/exceptions.pl          catch and throw routines
 lib/Exporter.pm                        Exporter base class
 lib/Exporter.t                 See if Exporter works
 lib/Exporter/Heavy.pm          Complicated routines for Exporter
-lib/ExtUtils.t                 See if extutils work
 lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
-lib/ExtUtils/Command.t         See if ExtUtils::Command works (Win32 only)
 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/Embed.t           See if ExtUtils::Embed and embedding works
 lib/ExtUtils/inst              Give information about installed extensions
 lib/ExtUtils/Install.pm                Handles 'make install' on extensions
 lib/ExtUtils/Installed.pm      Information on installed extensions
@@ -910,21 +932,27 @@ lib/ExtUtils/Liblist.pm           Locates libraries
 lib/ExtUtils/MakeMaker.pm      Write Makefiles for extensions
 lib/ExtUtils/Manifest.pm       Utilities to write MANIFEST files
 lib/ExtUtils/MANIFEST.SKIP     The default MANIFEST.SKIP
-lib/ExtUtils/Manifest.t                See if ExtUtils::Manifest works
 lib/ExtUtils/Mkbootstrap.pm    Writes a bootstrap file (see MakeMaker)
-lib/ExtUtils/Mkbootstrap.t     See if ExtUtils::Mkbootstrap works
 lib/ExtUtils/Mksymlists.pm     Writes a linker options file for extensions
 lib/ExtUtils/MM_Cygwin.pm      MakeMaker methods for Cygwin
 lib/ExtUtils/MM_NW5.pm         MakeMaker methods for NetWare
 lib/ExtUtils/MM_OS2.pm         MakeMaker methods for OS/2
 lib/ExtUtils/MM_Unix.pm                MakeMaker base class for Unix
 lib/ExtUtils/MM_VMS.pm         MakeMaker methods for VMS
-lib/ExtUtils/MM_VMS.t          See if ExtUtils::MM_VMS works
 lib/ExtUtils/MM_Win32.pm       MakeMaker methods for Win32
 lib/ExtUtils/Packlist.pm       Manipulates .packlist files
-lib/ExtUtils/Packlist.t                See if Packlist works
+lib/ExtUtils/t/Command.t       See if ExtUtils::Command works (Win32 only)
+lib/ExtUtils/t/Embed.t         See if ExtUtils::Embed and embedding works
+lib/ExtUtils/t/ExtUtils.t      See if extutils work
+lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed 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_Cygwin.t     See if ExtUtils::MM_Cygwin works
+lib/ExtUtils/t/MM_Unix.t       See if ExtUtils::MM_UNIX works
+lib/ExtUtils/t/MM_VMS.t                See if ExtUtils::MM_VMS works
+lib/ExtUtils/t/Packlist.t      See if Packlist works
+lib/ExtUtils/t/testlib.t       Fixes up @INC to use just-built extension
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
-lib/ExtUtils/testlib.t         Fixes up @INC to use just-built extension
 lib/ExtUtils/typemap           Extension interface types
 lib/ExtUtils/xsubpp            External subroutine preprocessor
 lib/fastcwd.pl                 a faster but more dangerous getcwd
@@ -1018,6 +1046,7 @@ lib/IPC/SysV.t                    See if IPC::SysV works
 lib/less.pm                    For "use less"
 lib/less.t                     See if less support works
 lib/lib_pm.PL                  For "use lib", produces lib/lib.pm
+lib/lib.t                      For "use lib" testing
 lib/locale.pm                  For "use locale"
 lib/locale.t                   See if locale support works
 lib/Locale/Codes/t/all.t       See if Locale::Codes work
@@ -1061,7 +1090,6 @@ lib/Memoize/ExpireFile.pm Memoize
 lib/Memoize/ExpireTest.pm      Memoize
 lib/Memoize/NDBM_File.pm       Memoize
 lib/Memoize/README             Memoize
-lib/Memoize/Saves.pm           Memoize
 lib/Memoize/SDBM_File.pm       Memoize
 lib/Memoize/Storable.pm                Memoize
 lib/Memoize/t/array.t          Memoize
@@ -1111,6 +1139,15 @@ lib/Net/netent.t         See if Net::netent works
 lib/Net/Netrc.pm               libnet
 lib/Net/NNTP.pm                        libnet
 lib/Net/Ping.pm                        Hello, anybody home?
+lib/Net/Ping/CHANGES           Net::Ping
+lib/Net/Ping/README            Net::Ping
+lib/Net/Ping/t/100_load.t              Ping Net::Ping
+lib/Net/Ping/t/110_icmp_inst.t         Ping Net::Ping
+lib/Net/Ping/t/120_udp_inst.t          Ping Net::Ping
+lib/Net/Ping/t/130_tcp_inst.t          Ping Net::Ping
+lib/Net/Ping/t/140_stream_inst.t       Ping Net::Ping
+lib/Net/Ping/t/200_ping_tcp.t          Ping Net::Ping
+lib/Net/Ping/t/300_ping_stream.t       Ping Net::Ping
 lib/Net/POP3.pm                        libnet
 lib/Net/protoent.pm            By-name interface to Perl's builtin getproto*
 lib/Net/protoent.t             See if Net::protoent works
@@ -1407,6 +1444,8 @@ lib/unicore/In/169.pl             Unicode character database
 lib/unicore/In/17.pl           Unicode character database
 lib/unicore/In/170.pl          Unicode character database
 lib/unicore/In/171.pl          Unicode character database
+lib/unicore/In/172.pl          Unicode character database
+lib/unicore/In/173.pl          Unicode character database
 lib/unicore/In/18.pl           Unicode character database
 lib/unicore/In/19.pl           Unicode character database
 lib/unicore/In/2.pl            Unicode character database
@@ -2148,6 +2187,7 @@ t/lib/warnings/universal  Tests for universal.c for warnings.t
 t/lib/warnings/utf8            Tests for utf8.c for warnings.t
 t/lib/warnings/util            Tests for util.c for warnings.t
 t/op/64bitint.t                        See if 64 bit integers work
+t/op/alarm.t                   See if alarm works
 t/op/anonsub.t                 See if anonymous subroutines work
 t/op/append.t                  See if . works
 t/op/args.t                    See if operations on @_ work
@@ -2190,6 +2230,7 @@ t/op/grent.t                      See if getgr*() functions work
 t/op/grep.t                    See if grep() and map() work
 t/op/groups.t                  See if $( works
 t/op/gv.t                      See if typeglobs work
+t/op/hashassign.t              See if hash assignments work
 t/op/hashwarn.t                        See if warnings for bad hash assignments work
 t/op/inc.t                     See if inc/dec of integers near 32 bit limit work
 t/op/inccode.t                 See if coderefs work in @INC
@@ -2311,6 +2352,7 @@ t/run/switchn.t                   Test the -n switch
 t/run/switchp.t                        Test the -p switch
 t/run/switchPx.aux              Data for switchPx.t
 t/run/switchPx.t                Test the -Px combination
+t/run/switcht.t                 Test the -t switch
 t/run/switchx.aux               Data for switchx.t
 t/run/switchx.t                 Test the -x switch
 t/TEST                         The regression tester