This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #37919] Blessed scalar refs with threads::shared
[perl5.git] / MANIFEST
index 24f3d55..563d283 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -708,6 +708,7 @@ ext/List/Util/lib/Scalar/Util.pm    Scalar::Util
 ext/List/Util/Makefile.PL      Util extension
 ext/List/Util/multicall.h      Util extension
 ext/List/Util/README           Util extension
+ext/List/Util/t/00version.t    Scalar::Util
 ext/List/Util/t/blessed.t      Scalar::Util
 ext/List/Util/t/dualvar.t      Scalar::Util
 ext/List/Util/t/first.t                List::Util
@@ -754,6 +755,7 @@ ext/MIME/Base64/Base64.xs   MIME::Base64 extension
 ext/MIME/Base64/Changes                MIME::Base64 extension
 ext/MIME/Base64/Makefile.PL    MIME::Base64 extension
 ext/MIME/Base64/QuotedPrint.pm MIME::Base64 extension
+ext/MIME/Base64/README         README for MIME::Base64
 ext/MIME/Base64/t/base64.t     See whether MIME::Base64 works
 ext/MIME/Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 ext/MIME/Base64/t/unicode.t    See whether MIME::Base64 works
@@ -833,6 +835,7 @@ ext/POSIX/t/is.t            See if POSIX isxxx() work
 ext/POSIX/t/posix.t            See if POSIX works
 ext/POSIX/t/sigaction.t                See if POSIX::sigaction works
 ext/POSIX/t/taint.t            See if POSIX works with taint
+ext/POSIX/t/time.t             See if POSIX time-related functions work
 ext/POSIX/t/waitpid.t          See if waitpid works
 ext/POSIX/typemap              POSIX extension interface types
 ext/re/hints/mpeix.pl          Hints for re for named architecture
@@ -930,9 +933,20 @@ ext/Sys/Hostname/Hostname.pm       Sys::Hostname extension Perl module
 ext/Sys/Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys/Hostname/Makefile.PL   Sys::Hostname extension makefile writer
 ext/Sys/Hostname/t/Hostname.t  See if Sys::Hostname works
+ext/Sys/Syslog/Changes         Changlog for Sys::Syslog
 ext/Sys/Syslog/Makefile.PL     Sys::Syslog extension makefile writer
+ext/Sys/Syslog/README          README for Sys::Syslog
 ext/Sys/Syslog/Syslog.pm       Sys::Syslog extension Perl module
 ext/Sys/Syslog/Syslog.xs       Sys::Syslog extension external subroutines
+ext/Sys/Syslog/fallback/const-c.inc    Sys::Syslog constants fallback file
+ext/Sys/Syslog/fallback/const-xs.inc   Sys::Syslog constants fallback file
+ext/Sys/Syslog/t/00-load.t     test for Sys::Syslog
+ext/Sys/Syslog/t/constants.t   test for Sys::Syslog
+ext/Sys/Syslog/t/distchk.t     test for Sys::Syslog
+ext/Sys/Syslog/t/pod.t         test for Sys::Syslog
+ext/Sys/Syslog/t/podcover.t    test for Sys::Syslog
+ext/Sys/Syslog/t/podspell.t    test for Sys::Syslog
+ext/Sys/Syslog/t/portfs.t      test for Sys::Syslog
 ext/Sys/Syslog/t/syslog.t      See if Sys::Syslog works
 ext/Thread/create.tx           Test thread creation
 ext/Thread/die2.tx             Test thread die() differently
@@ -962,6 +976,7 @@ ext/threads/shared/shared.xs        thread shared variables
 ext/threads/shared/t/0nothread.t       Tests for basic shared array functionality.
 ext/threads/shared/t/av_refs.t Tests for arrays containing references
 ext/threads/shared/t/av_simple.t       Tests for basic shared array functionality.
+ext/threads/shared/t/blessed.t Test blessed shared variables
 ext/threads/shared/t/cond.t    Test condition variables
 ext/threads/shared/t/disabled.t        Test threads::shared when threads are disabled.
 ext/threads/shared/t/hv_refs.t Test shared hashes containing references
@@ -1329,6 +1344,7 @@ lib/CGI/t/fast.t          See if CGI::Fast works (if FCGI is installed)
 lib/CGI/t/form.t               See if CGI.pm works
 lib/CGI/t/function.t           See if CGI.pm works
 lib/CGI/t/html.t               See if CGI.pm works
+lib/CGI/t/no_tabindex.t        See if CGI.pm works
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/push.t               See if CGI::Push works
 lib/CGI/t/request.t            See if CGI.pm works
@@ -1560,6 +1576,7 @@ lib/File/Spec/t/crossplatform.t   See if File::Spec works crossplatform
 lib/File/Spec/t/Functions.t    See if File::Spec::Functions works
 lib/File/Spec/t/rel2abs2rel.t  See if File::Spec->rel2abs/abs2rel works
 lib/File/Spec/t/Spec.t         See if File::Spec works
+lib/File/Spec/t/tmpdir.t       See if File::Spec->tmpdir() works
 lib/File/Spec/Unix.pm          portable operations on Unix file names
 lib/File/Spec/VMS.pm           portable operations on VMS file names
 lib/File/Spec/Win32.pm         portable operations on Win32 and NetWare file names
@@ -1862,6 +1879,12 @@ lib/PerlIO/via/QuotedPrint.pm    PerlIO::via::QuotedPrint
 lib/PerlIO/via/t/QuotedPrint.t PerlIO::via::QuotedPrint
 lib/ph.t                       See if h2ph works
 lib/Pod/Checker.pm             Pod-Parser - check POD documents for syntax errors
+lib/Pod/Escapes/ChangeLog      ChangeLog for Pod::Escapes
+lib/Pod/Escapes/README         README for Pod::Escapes
+lib/Pod/Escapes/t/01_about_verbose.t   test Pod::Escapes
+lib/Pod/Escapes/t/10_main.t    test Pod::Escapes
+lib/Pod/Escapes/t/15_name2charnum.t    test Pod::Escapes
+lib/Pod/Escapes.pm             Pod::Escapes
 lib/Pod/Find.pm                        used by pod/splitpod
 lib/Pod/Functions.pm           used by pod/splitpod
 lib/Pod/Html.pm                        Convert POD data to HTML
@@ -1889,6 +1912,171 @@ lib/Pod/Perldoc/t/textbasic.t   test Pod::Perldoc::ToText
 lib/Pod/Plainer.pm             Pod migration utility module
 lib/Pod/PlainText.pm           Convert POD data to formatted ASCII text
 lib/Pod/Select.pm              Pod-Parser - select portions of POD docs
+lib/Pod/Simple/BlackBox.pm     Pod::Simple::BlackBox
+lib/Pod/Simple/ChangeLog       Pod::Simple ChangeLog
+lib/Pod/Simple/Checker.pm      check the Pod syntax of a document
+lib/Pod/Simple/Debug.pm                put Pod::Simple into trace/debug mode
+lib/Pod/Simple/DumpAsText.pm   dump Pod-parsing events as text
+lib/Pod/Simple/DumpAsXML.pm    turn Pod into XML
+lib/Pod/Simple/HTMLBatch.pm    convert several Pod files to several HTML files
+lib/Pod/Simple/HTMLLegacy.pm   Pod::Simple::HTMLLegacy
+lib/Pod/Simple/HTML.pm         convert Pod to HTML
+lib/Pod/Simple/LinkSection.pm  represent "section" attributes of L codes
+lib/Pod/Simple/Methody.pm      turn Pod::Simple events into method calls
+lib/Pod/Simple.pm              Pod made simple
+lib/Pod/Simple.pod             Pod for Pod::Simple
+lib/Pod/Simple/Progress.pm     Pod::Simple::Progress
+lib/Pod/Simple/PullParserEndToken.pm   end-tokens from Pod::Simple::PullParser
+lib/Pod/Simple/PullParser.pm           a pull-parser interface to parsing Pod 
+lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
+lib/Pod/Simple/PullParserTextToken.pm  text-tokens from Pod::Simple::PullParser
+lib/Pod/Simple/PullParserToken.pm      tokens from Pod::Simple::PullParser
+lib/Pod/Simple/README          Pod::Simple README file
+lib/Pod/Simple/RTF.pm          format Pod as RTF
+lib/Pod/Simple/Search.pm       find POD documents in directory trees
+lib/Pod/Simple/SimpleTree.pm   parse Pod into a simple parse tree 
+lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
+lib/Pod/Simple/t/00about.t             Pod::Simple test file
+lib/Pod/Simple/t/20_skip_before_58.t   Pod::Simple test file
+lib/Pod/Simple/t/ac_c_extend.t         Pod::Simple test file
+lib/Pod/Simple/t/ac_c_simple.t         Pod::Simple test file
+lib/Pod/Simple/t/ac_d.t                        Pod::Simple test file
+lib/Pod/Simple/t/basic.t               Pod::Simple test file
+lib/Pod/Simple/t/beginend.t            Pod::Simple test file
+lib/Pod/Simple/t/cbacks.t              Pod::Simple test file
+lib/Pod/Simple/t/chunking.t            Pod::Simple test file
+lib/Pod/Simple/t/closeys.t             Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_cp1256.txt      Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_cp1256.xml      Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_iso6.txt                Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_iso6.xml                Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_contradiction.txt  Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_contradiction.xml  Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_duplication.txt    Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_duplication.xml    Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_when_koi8r.txt     Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_when_koi8r.xml     Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_implicit_latin1.txt     Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_implicit_latin1.xml     Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_latin1.txt      Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_latin1.xml      Pod::Simple test file
+lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod   Pod::Simple test file
+lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml    Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38b.txt           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38b.xml           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38p.pod           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38p.xml           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38.txt            Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38.xml            Pod::Simple test file
+lib/Pod/Simple/t/corpus/nonesuch.txt           Pod::Simple test file
+lib/Pod/Simple/t/corpus/nonesuch.xml           Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt        Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml        Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt  Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt      Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml      Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt       Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml       Pod::Simple test file
+lib/Pod/Simple/t/corpus/pasternak_cp1251.txt   Pod::Simple test file
+lib/Pod/Simple/t/corpus/pasternak_cp1251.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_explicit.txt     Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_explicit.xml     Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_latin1.txt       Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_latin1.xml       Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain.txt              Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_utf8.txt         Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_utf8.xml                 Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain.xml              Pod::Simple test file
+lib/Pod/Simple/t/corpus/polish_utf8.txt                Pod::Simple test file
+lib/Pod/Simple/t/corpus/polish_utf8.xml                Pod::Simple test file
+lib/Pod/Simple/t/corpus/s2763_sjis.txt         Pod::Simple test file
+lib/Pod/Simple/t/corpus/s2763_sjis.xml         Pod::Simple test file
+lib/Pod/Simple/t/corpustest.t          Pod::Simple test file
+lib/Pod/Simple/t/corpus/thai_iso11.txt         Pod::Simple test file
+lib/Pod/Simple/t/corpus/thai_iso11.xml         Pod::Simple test file
+lib/Pod/Simple/t/encoding_nonesuch.t   Pod::Simple test file
+lib/Pod/Simple/t/encoding_not_error0.t Pod::Simple test file
+lib/Pod/Simple/t/encoding_not_error.t  Pod::Simple test file
+lib/Pod/Simple/TextContent.pm  get the text content of Pod
+lib/Pod/Simple/Text.pm         format Pod as plaintext
+lib/Pod/Simple/t/fcodes_ee.t           Pod::Simple test file
+lib/Pod/Simple/t/fcodes_ell.t          Pod::Simple test file
+lib/Pod/Simple/t/fcodes_ess.t          Pod::Simple test file
+lib/Pod/Simple/t/fcodes.t              Pod::Simple test file
+lib/Pod/Simple/t/fornot.t              Pod::Simple test file
+lib/Pod/Simple/t/for.t                 Pod::Simple test file
+lib/Pod/Simple/t/fullstop_spaces.t     Pod::Simple test file
+lib/Pod/Simple/t/head_ends_over.t      Pod::Simple test file
+lib/Pod/Simple/t/heads.t               Pod::Simple test file
+lib/Pod/Simple/t/htmlbatch_01.t                Pod::Simple test file
+lib/Pod/Simple/t/html-para.t           Pod::Simple test file
+lib/Pod/Simple/t/html-styles.t         Pod::Simple test file
+lib/Pod/Simple/t/html-title.t          Pod::Simple test file
+lib/Pod/Simple/TiedOutFH.pm    Pod::Simple::TiedOutFH
+lib/Pod/Simple/t/itemadapt.t           Pod::Simple test file
+lib/Pod/Simple/t/itemstar.t            Pod::Simple test file
+lib/Pod/Simple/t/items.t               Pod::Simple test file
+lib/Pod/Simple/t/linkclass.t           Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod    Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt   Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm     Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod      Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod                Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm                Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm         Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod         Pod::Simple test file
+lib/Pod/Simple/t/puller.t              Pod::Simple test file
+lib/Pod/Simple/t/pulltitle.t           Pod::Simple test file
+lib/Pod/Simple/TranscodeDumb.pm                Pod::Simple::TranscodeDumb
+lib/Pod/Simple/Transcode.pm    Pod::Simple::Transcode
+lib/Pod/Simple/TranscodeSmart.pm       Pod::Simple::TranscodeSmart
+lib/Pod/Simple/t/render.t              Pod::Simple test file
+lib/Pod/Simple/t/sanity_tfh.t          Pod::Simple test file
+lib/Pod/Simple/t/search_05sane.t       Pod::Simple test file
+lib/Pod/Simple/t/search_10survey_specific.t    Pod::Simple test file
+lib/Pod/Simple/t/search_12survey_cwd.t Pod::Simple test file
+lib/Pod/Simple/t/search_20survey_two.t Pod::Simple test file
+lib/Pod/Simple/t/search_22survey_two_shadowing.t       Pod::Simple test file
+lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t      Pod::Simple test file
+lib/Pod/Simple/t/search_26_glob_kleene_k.t     Pod::Simple test file
+lib/Pod/Simple/t/search_27_glob_squaa_kleene.t Pod::Simple test file
+lib/Pod/Simple/t/search_28_glob_z_kleene_k.t   Pod::Simple test file
+lib/Pod/Simple/t/search_29_glob_z_qmark_k.t    Pod::Simple test file
+lib/Pod/Simple/t/search_50survey_inc.t Pod::Simple test file
+lib/Pod/Simple/t/stree.t               Pod::Simple test file
+lib/Pod/Simple/t/junk1_out.txt Pod::Simple test file
+lib/Pod/Simple/t/junk1.pod     Pod::Simple test file
+lib/Pod/Simple/t/junk2_out.txt Pod::Simple test file
+lib/Pod/Simple/t/junk2.pod     Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Blorm.pm             Pod::Simple test file
+lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod  Pod::Simple test file
+lib/Pod/Simple/t/test_lib/hink_honk/readme.txt Pod::Simple test file
+lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm   Pod::Simple test file
+lib/Pod/Simple/t/test_lib/pod/perlfliff.pod    Pod::Simple test file
+lib/Pod/Simple/t/test_lib/pod/perlthang.pod    Pod::Simple test file
+lib/Pod/Simple/t/test_lib/squaa/Glunk.pod      Pod::Simple test file
+lib/Pod/Simple/t/test_lib/squaa.pm             Pod::Simple test file
+lib/Pod/Simple/t/test_lib/squaa/Vliff.pm       Pod::Simple test file
+lib/Pod/Simple/t/test_lib/zikzik.pod           Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt      Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm                Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Zonk/Veng.pm         Pod::Simple test file
+lib/Pod/Simple/t/perlcyg_out.txt       Pod::Simple test file
+lib/Pod/Simple/t/perlcyg.pod   Pod::Simple test file
+lib/Pod/Simple/t/perlfaq3_out.txt      Pod::Simple test file
+lib/Pod/Simple/t/perlfaq3.pod  Pod::Simple test file
+lib/Pod/Simple/t/perlvar_out.txt       Pod::Simple test file
+lib/Pod/Simple/t/perlvar.pod   Pod::Simple test file
+lib/Pod/Simple/t/verbatim_formatted.t  Pod::Simple test file
+lib/Pod/Simple/t/verbatims.t           Pod::Simple test file
+lib/Pod/Simple/t/x_nixer.t             Pod::Simple test file
+lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm   Pod::Simple test file
+lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
 lib/Pod/t/basic.cap            podlators test
 lib/Pod/t/basic.clr            podlators test
 lib/Pod/t/basic.man            podlators test
@@ -1896,6 +2084,7 @@ lib/Pod/t/basic.ovr               podlators test
 lib/Pod/t/basic.pod            podlators test
 lib/Pod/t/basic.t              podlators test
 lib/Pod/t/basic.txt            podlators test
+lib/Pod/t/color.t              podlators test
 lib/Pod/t/contains_pod.t       Pod-Parser test
 lib/Pod/t/eol.t                        end of line agnosticism
 lib/Pod/Text/Color.pm          Convert POD data to color ASCII text
@@ -1915,7 +2104,7 @@ lib/Pod/t/parselink.t             podlators test
 lib/Pod/t/pod2html-lib.pl      pod2html testing library
 lib/Pod/t/pod2latex.t          See if Pod::LaTeX works
 lib/Pod/t/Select.t             See if Pod::Select works
-lib/Pod/t/text-errors.t                podlators test
+lib/Pod/t/termcap.t            podlators test
 lib/Pod/t/text-options.t               podlators test
 lib/Pod/t/text.t               podlators test
 lib/Pod/t/Usage.t              See if Pod::Usage works
@@ -2604,6 +2793,7 @@ README.hurd                       Perl notes for Hurd
 README.irix                    Perl notes for Irix
 README.jp                      Perl for Japanese (in EUC-JP)
 README.ko                      Perl for Korean (in EUC-KR)
+README.linux                   Perl notes for Linux
 README.machten                 Perl notes for Power MachTen
 README.macos                   Perl notes for Mac OS (Classic)
 README.macosx                  Perl notes for Mac OS X
@@ -3248,7 +3438,6 @@ wince/perlhost.h  Perl "host" implementation
 wince/perllib.c                                WinCE port
 wince/perlmain.c                       WinCE port
 wince/perl.rc                          WinCE port
-wince/README.perlce                    WinCE port
 wince/registry.bat                     WinCE port
 wince/runperl.c                                WinCE port
 wince/splittree.pl                     WinCE port