AUTHORS update.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index bd3a7a1..e0b0ab8 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -580,6 +580,14 @@ ext/threads/t/stress_string.t      Test with multiple threads, string cv argument.
 ext/threads/threads.h          ithreads
 ext/threads/threads.pm          ithreads
 ext/threads/threads.xs         ithreads
+ext/threads/shared/Makefile.PL  thread shared variables
+ext/threads/shared/README       thread shared variables
+ext/threads/shared/shared.pm    thread shared variables
+ext/threads/shared/shared.xs    thread shared variables
+ext/threads/shared/t/sv_simple.t       thread shared variables
+ext/threads/shared/t/sv_refs.t thread shared variables
+ext/threads/shared/t/av_simple.t       Tests for basic shared array functionality.
+ext/threads/shared/t/hv_simple.t       Tests for basic shared hash functionality.
 ext/Time/HiRes/Changes         Time::HiRes extension
 ext/Time/HiRes/hints/dynixptx.pl       Hint for Time::HiRes for named architecture
 ext/Time/HiRes/hints/sco.pl    Hints for Time::HiRes for named architecture
@@ -853,6 +861,7 @@ lib/CPAN.pm                 Interface to Comprehensive Perl Archive Network
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 lib/CPAN/t/loadme.t            See if CPAN the module works
+lib/CPAN/t/Nox.t               See if CPAN::Nox works
 lib/CPAN/t/vcmp.t              See if CPAN the module works
 lib/ctime.pl                   A ctime workalike
 lib/Cwd.pm                     Various cwd routines (getcwd, fastcwd, chdir)
@@ -892,6 +901,7 @@ 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
@@ -900,6 +910,7 @@ lib/ExtUtils/MM_Unix.pm             MakeMaker base class for Unix
 lib/ExtUtils/MM_VMS.pm         MakeMaker methods for VMS
 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/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
@@ -1016,10 +1027,14 @@ lib/look.pl                     A "look" equivalent
 lib/Math/BigFloat.pm           An arbitrary precision floating-point arithmetic package
 lib/Math/BigInt.pm             An arbitrary precision integer arithmetic package
 lib/Math/BigInt/Calc.pm                Pure Perl module to support Math::BigInt
+lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and subclass.t
 lib/Math/BigInt/t/bigfltpm.t   See if BigFloat.pm works
 lib/Math/BigInt/t/bigintc.t    See if BigInt/Calc.pm works
 lib/Math/BigInt/t/bigintpm.t   See if BigInt.pm works
+lib/Math/BigInt/t/calling.t    Test calling conventions
+lib/Math/BigInt/t/Math/Subclass.pm     Empty subclass of BigFloat for test
 lib/Math/BigInt/t/mbimbf.t     BigInt/BigFloat accuracy, precicion and fallback, round_mode
+lib/Math/BigInt/t/subclass.t   Empty subclass test of BigFloat
 lib/Math/Complex.pm            A Complex package
 lib/Math/Complex.t             See if Math::Complex works
 lib/Math/Trig.pm               A simple interface to complex trigonometry
@@ -1135,6 +1150,7 @@ lib/Shell.pm                      Make AUTOLOADed system() calls
 lib/Shell.t                    Tests for above
 lib/shellwords.pl              Perl library to split into words with shell quoting
 lib/sigtrap.pm                 For trapping an abort and giving traceback
+lib/sigtrap.t                  See if sigtrap works
 lib/stat.pl                    Perl library supporting stat function
 lib/strict.pm                  For "use strict"
 lib/strict.t                   See if strictures work
@@ -1161,6 +1177,7 @@ lib/Term/Complete.t               See if Term::Complete works
 lib/Term/ReadLine.pm           Stub readline library
 lib/termcap.pl                 Perl library supporting termcap usage
 lib/Test.pm                    A simple framework for writing test scripts
+lib/Test/Builder.pm             For writing new test libraries
 lib/Test/Harness.pm            A test harness
 lib/Test/Harness/Changes       Test::Harness
 lib/Test/Harness/t/base.t      Test::Harness
@@ -1169,20 +1186,31 @@ lib/Test/Harness/t/test-harness.t       Test::Harness test
 lib/Test/More.pm                More utilities for writing tests
 lib/Test/Simple.pm              Basic utility for writing tests
 lib/Test/Simple/Changes                Test::Simple changes
+lib/Test/Simple/t/Builder.t     Test::Builder tests
 lib/Test/Simple/t/exit.t        Test::Simple test, exit codes
 lib/Test/Simple/t/extra.t       Test::Simple test
 lib/Test/Simple/t/fail-like.t   Test::More test, like() failures
 lib/Test/Simple/t/fail-more.t   Test::More test, tests failing
 lib/Test/Simple/t/fail.t        Test::Simple test, test failures
+lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with
+lib/Test/Simple/t/import.t      Test::More test, importing functions
+lib/Test/Simple/t/is_deeply.t   Test::More test, is_deeply()
 lib/Test/Simple/t/missing.t     Test::Simple test, missing tests
 lib/Test/Simple/t/More.t        Test::More test, basic stuff
+lib/Test/Simple/t/no_ending.t   Test::Builder test, no_ending()
+lib/Test/Simple/t/no_header.t   Test::Builder test, no_header()
 lib/Test/Simple/t/no_plan.t     Test::Simple test, forgot the plan
+lib/Test/Simple/t/output.t      Test::Builder test, output methods
+lib/Test/Simple/t/plan.t        Test::More test, plan()
 lib/Test/Simple/t/plan_is_noplan.t      Test::Simple test, no_plan
+lib/Test/Simple/t/plan_no_plan.t        Test::More test, plan() w/no_plan
+lib/Test/Simple/t/plan_skip_all.t       Test::More test, plan() w/skip_all
 lib/Test/Simple/t/simple.t      Test::Simple test, basic stuff
 lib/Test/Simple/t/skip.t        Test::More test, SKIP tests
 lib/Test/Simple/t/skipall.t     Test::More test, skip all tests
 lib/Test/Simple/t/todo.t        Test::More test, TODO tests
 lib/Test/Simple/t/undef.t       Test::More test, undefs don't cause warnings
+lib/Test/Simple/t/use_ok.t      Test::More test, use_ok()
 lib/Test/Simple/t/useing.t      Test::More test, compile test
 lib/Test/t/fail.t              See if Test works
 lib/Test/t/mix.t               See if Test works
@@ -1192,7 +1220,6 @@ lib/Test/t/skip.t         See if Test works
 lib/Test/t/success.t           See if Test works
 lib/Test/t/todo.t              See if Test works
 lib/Test/Tutorial.pod           A tutorial on writing tests
-lib/Test/Utils.pm               Utility module for Test::Simple/More
 lib/Text/Abbrev.pm             An abbreviation table builder
 lib/Text/Abbrev.t              Test Text::Abbrev
 lib/Text/Balanced.pm           Text::Balanced
@@ -1248,7 +1275,7 @@ lib/Unicode/Normalize/Changes     Unicode::Normalize
 lib/Unicode/Normalize/README   Unicode::Normalize
 lib/Unicode/Normalize/t/norm.t Unicode::Normalize
 lib/Unicode/Normalize/t/test.t Unicode::Normalize
-lib/unicode/README             Explanation why this is there is.
+lib/Unicode/README             Explanation what happened to lib/unicode.
 lib/Unicode/UCD.pm             Unicode character database
 lib/Unicode/UCD.t              See if Unicode character database works
 lib/unicore/ArabLink.pl                Unicode character database
@@ -1307,10 +1334,46 @@ lib/unicore/In/132.pl           Unicode character database
 lib/unicore/In/133.pl          Unicode character database
 lib/unicore/In/134.pl          Unicode character database
 lib/unicore/In/135.pl          Unicode character database
+lib/unicore/In/136.pl          Unicode character database
+lib/unicore/In/137.pl          Unicode character database
+lib/unicore/In/138.pl          Unicode character database
+lib/unicore/In/139.pl          Unicode character database
 lib/unicore/In/14.pl           Unicode character database
+lib/unicore/In/140.pl          Unicode character database
+lib/unicore/In/141.pl          Unicode character database
+lib/unicore/In/142.pl          Unicode character database
+lib/unicore/In/143.pl          Unicode character database
+lib/unicore/In/144.pl          Unicode character database
+lib/unicore/In/145.pl          Unicode character database
+lib/unicore/In/146.pl          Unicode character database
+lib/unicore/In/147.pl          Unicode character database
+lib/unicore/In/148.pl          Unicode character database
+lib/unicore/In/149.pl          Unicode character database
 lib/unicore/In/15.pl           Unicode character database
+lib/unicore/In/150.pl          Unicode character database
+lib/unicore/In/151.pl          Unicode character database
+lib/unicore/In/152.pl          Unicode character database
+lib/unicore/In/153.pl          Unicode character database
+lib/unicore/In/154.pl          Unicode character database
+lib/unicore/In/155.pl          Unicode character database
+lib/unicore/In/156.pl          Unicode character database
+lib/unicore/In/157.pl          Unicode character database
+lib/unicore/In/158.pl          Unicode character database
+lib/unicore/In/159.pl          Unicode character database
 lib/unicore/In/16.pl           Unicode character database
+lib/unicore/In/160.pl          Unicode character database
+lib/unicore/In/161.pl          Unicode character database
+lib/unicore/In/162.pl          Unicode character database
+lib/unicore/In/163.pl          Unicode character database
+lib/unicore/In/164.pl          Unicode character database
+lib/unicore/In/165.pl          Unicode character database
+lib/unicore/In/166.pl          Unicode character database
+lib/unicore/In/167.pl          Unicode character database
+lib/unicore/In/168.pl          Unicode character database
+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/18.pl           Unicode character database
 lib/unicore/In/19.pl           Unicode character database
 lib/unicore/In/2.pl            Unicode character database
@@ -1402,6 +1465,7 @@ lib/unicore/In/97.pl              Unicode character database
 lib/unicore/In/98.pl           Unicode character database
 lib/unicore/In/99.pl           Unicode character database
 lib/unicore/Index.txt          Unicode character database
+lib/unicore/Is.pl              Unicode character database
 lib/unicore/Is/Alnum.pl                Unicode character database
 lib/unicore/Is/Alpha.pl                Unicode character database
 lib/unicore/Is/ASCII.pl                Unicode character database
@@ -1514,32 +1578,7 @@ lib/unicore/Is/Sm.pl             Unicode character database
 lib/unicore/Is/So.pl           Unicode character database
 lib/unicore/Is/Space.pl                Unicode character database
 lib/unicore/Is/SpacePerl.pl    Unicode character database
-lib/unicore/Is/SylA.pl         Unicode character database
-lib/unicore/Is/SylAA.pl                Unicode character database
-lib/unicore/Is/SylAAI.pl       Unicode character database
-lib/unicore/Is/SylAI.pl                Unicode character database
-lib/unicore/Is/SylC.pl         Unicode character database
-lib/unicore/Is/SylE.pl         Unicode character database
-lib/unicore/Is/SylEE.pl                Unicode character database
-lib/unicore/Is/SylI.pl         Unicode character database
-lib/unicore/Is/SylII.pl                Unicode character database
-lib/unicore/Is/Syllable.pl     Unicode character database
-lib/unicore/Is/SylN.pl         Unicode character database
-lib/unicore/Is/SylO.pl         Unicode character database
-lib/unicore/Is/SylOO.pl                Unicode character database
-lib/unicore/Is/SylU.pl         Unicode character database
-lib/unicore/Is/SylV.pl         Unicode character database
-lib/unicore/Is/SylWA.pl                Unicode character database
-lib/unicore/Is/SylWAA.pl       Unicode character database
-lib/unicore/Is/SylWC.pl                Unicode character database
-lib/unicore/Is/SylWE.pl                Unicode character database
-lib/unicore/Is/SylWEE.pl       Unicode character database
-lib/unicore/Is/SylWI.pl                Unicode character database
-lib/unicore/Is/SylWII.pl       Unicode character database
-lib/unicore/Is/SylWO.pl                Unicode character database
-lib/unicore/Is/SylWOO.pl       Unicode character database
-lib/unicore/Is/SylWU.pl                Unicode character database
-lib/unicore/Is/SylWV.pl                Unicode character database
+lib/unicore/Is/Title.pl                Unicode character database
 lib/unicore/Is/Upper.pl                Unicode character database
 lib/unicore/Is/Word.pl         Unicode character database
 lib/unicore/Is/XDigit.pl       Unicode character database
@@ -1549,9 +1588,10 @@ lib/unicore/Is/Zp.pl             Unicode character database
 lib/unicore/Is/Zs.pl           Unicode character database
 lib/unicore/Jamo.txt           Unicode character database
 lib/unicore/JamoShort.pl       Unicode character database
+lib/unicore/Lbrk.pl            Unicode character database
 lib/unicore/LineBrk.txt                Unicode character database
 lib/unicore/Makefile           Unicode character database
-lib/unicore/mktables.PL                Unicode character database generator
+lib/unicore/mktables           Unicode character database generator
 lib/unicore/Name.pl            Unicode character database
 lib/unicore/NamesList.html     Unicode character database
 lib/unicore/NamesList.txt      Unicode character database
@@ -1564,7 +1604,6 @@ lib/unicore/rename                Filename mappings used
 lib/unicore/Scripts.pl         Unicode character database
 lib/unicore/Scripts.txt                Unicode character database
 lib/unicore/SpecCase.txt       Unicode character database
-lib/unicore/syllables.txt      Unicode character database
 lib/unicore/To/Digit.pl                Unicode character database
 lib/unicore/To/Lower.pl                Unicode character database
 lib/unicore/To/Title.pl                Unicode character database
@@ -1802,6 +1841,7 @@ pod/perlguts.pod          Internals info
 pod/perlhack.pod               Perl hackers guide
 pod/perlhist.pod               Perl history info
 pod/perlintern.pod             Perl internal function docs (autogenrated)
+pod/perlintro.pod               Perl introduction for beginners
 pod/perliol.pod                        Internals of PerlIO with layers.
 pod/perlipc.pod                        IPC info
 pod/perllexwarn.pod            Lexical Warnings info
@@ -1811,6 +1851,7 @@ pod/perlmod.pod                   Module mechanism info
 pod/perlmodinstall.pod         Installing CPAN Modules
 pod/perlmodlib.PL              Generate pod/perlmodlib.pod
 pod/perlmodlib.pod             Module policy info
+pod/perlmodstyle.pod           Perl module style guide
 pod/perlnewmod.pod             Preparing a new module for distribution
 pod/perlnumber.pod             Semantics of numbers and numeric operations
 pod/perlobj.pod                        Object info
@@ -1818,6 +1859,7 @@ pod/perlop.pod                    Operator info
 pod/perlopentut.pod            open() tutorial
 pod/perlothrtut.pod            Threads old tutorial
 pod/perlpod.pod                        Pod info
+pod/perlpodspec.pod            Pod specification
 pod/perlport.pod               Portability guide
 pod/perlre.pod                 Regular expression info
 pod/perlref.pod                        References info
@@ -2012,7 +2054,6 @@ t/lib/strict/refs         Tests of "use strict 'refs'" for strict.t
 t/lib/strict/subs              Tests of "use strict 'subs'" for strict.t
 t/lib/strict/vars              Tests of "use strict 'vars'" for strict.t
 t/lib/Test/Simple/Catch.pm      Utility module for testing Test::Simple
-t/lib/Test/Simple/Catch/More.pm Utility module for testing Test::More
 t/lib/Test/Simple/sample_tests/death.plx                for exit.t
 t/lib/Test/Simple/sample_tests/death_in_eval.plx        for exit.t
 t/lib/Test/Simple/sample_tests/extras.plx               for exit.t
@@ -2305,10 +2346,12 @@ win32/buildext.pl               Build extensions once miniperl is built
 win32/config.bc                        Win32 base line config.sh (Borland C++ build)
 win32/config.gc                        Win32 base line config.sh (mingw32/gcc build)
 win32/config.vc                        Win32 base line config.sh (Visual C++ build)
+win32/config.win64             Win64 base line config.sh (MS IA64 compiler)
 win32/config_H.bc              Win32 config header (Borland C++ build)
 win32/config_H.gc              Win32 config header (GNU build)?
 win32/config_h.PL              Perl code to convert Win32 config.sh to config.h
 win32/config_H.vc              Win32 config header (Visual C++ build)
+win32/config_H.win64           Win64 config header (MS IA64 compiler)
 win32/config_sh.PL             Perl code to update Win32 config.sh from Makefile
 win32/des_fcrypt.patch         Win32 port
 win32/distclean.bat            Remove _ALL_ files not listed here in MANIFEST
@@ -2321,6 +2364,7 @@ win32/include/netdb.h             Win32 port
 win32/include/sys/socket.h     Win32 port
 win32/Makefile                 Win32 makefile for NMAKE (Visual C++ build)
 win32/makefile.mk              Win32 makefile for DMAKE (BC++, VC++ builds)
+win32/Makefile.win64           Win64 makefile for NMAKE (MS IA64 compiler)
 win32/mdelete.bat              multifile delete
 win32/perlglob.c               Win32 port
 win32/perlhost.h               Perl "host" implementation