Skip message nit.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 7887c58..42743f7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -580,6 +580,15 @@ 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/threads/shared/t/hv_refs.t Test shared hashes containing references
 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
@@ -870,6 +879,8 @@ lib/dotsh.pl                        Code to "dot" in a shell script
 lib/Dumpvalue.pm               Screen dump of perl values
 lib/Dumpvalue.t                        See if Dumpvalue works
 lib/dumpvar.pl                 A variable dumper
+lib/encoding.pm                        Encoding of legacy data into Unicode
+lib/encoding.t                 Test for the encoding pragma
 lib/English.pm                 Readable aliases for short variables
 lib/English.t                  See if English works
 lib/Env.pm                     Map environment into ordinary variables
@@ -884,6 +895,7 @@ 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
@@ -1597,6 +1609,7 @@ lib/unicore/Scripts.pl            Unicode character database
 lib/unicore/Scripts.txt                Unicode character database
 lib/unicore/SpecCase.txt       Unicode character database
 lib/unicore/To/Digit.pl                Unicode character database
+lib/unicore/To/Fold.pl         Unicode character database
 lib/unicore/To/Lower.pl                Unicode character database
 lib/unicore/To/Title.pl                Unicode character database
 lib/unicore/To/Upper.pl                Unicode character database
@@ -1833,6 +1846,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
@@ -1850,6 +1864,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
@@ -2189,6 +2204,8 @@ t/op/subst_amp.t          See if $&-related substitution works
 t/op/subst_wamp.t              See if substitution works with $& present
 t/op/sub_lval.t                        See if lvalue subroutines work
 t/op/sysio.t                   See if sysread and syswrite work
+t/op/system.t                  See if system works
+t/op/system_tests              Test runner for system.t
 t/op/taint.t                   See if tainting works
 t/op/tie.t                     See if tie/untie functions work
 t/op/tiearray.t                        See if tie for arrays works