X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/c6824fe7faff95279179788b689804df2369aaa6..a64a174832c0301f4b239cab7e2ab4bb644060fb:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 716f805..e75199d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -141,8 +141,6 @@ cpan/bignum/lib/bignum.pm bignum cpan/bignum/lib/bigrat.pm bigrat cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing cpan/bignum/lib/Math/BigInt/Trace.pm bignum tracing -cpan/bignum/t/auth-bigint-hex.t See if bignum works -cpan/bignum/t/auth-bigint-oct.t See if bignum works cpan/bignum/t/big_e_pi.t See if bignum exports e() and PI() cpan/bignum/t/bigexp.t See if bignum works cpan/bignum/t/bigint.t See if bigint works @@ -235,9 +233,12 @@ cpan/Config-Perl-V/t/25_plv516.t Config::Perl::V cpan/Config-Perl-V/t/26_plv5182.t Config::Perl::V cpan/Config-Perl-V/t/26_plv518.t Config::Perl::V cpan/Config-Perl-V/t/27_plv5200.t Config::Perl::V +cpan/Config-Perl-V/t/27_plv5202.t Config::Perl::V +cpan/Config-Perl-V/t/28_plv52201w.t Config::Perl::V +cpan/Config-Perl-V/t/28_plv5220.t Config::Perl::V cpan/Config-Perl-V/V.pm Config::Perl::V cpan/CPAN/lib/App/Cpan.pm helper package for CPAN.pm -cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm +cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/CacheMgr.pm helper package for CPAN.pm @@ -1029,11 +1030,6 @@ cpan/Encode/ucm/viscii.ucm Unicode Character Map cpan/Encode/Unicode/Makefile.PL Encode extension cpan/Encode/Unicode/Unicode.pm Encode extension cpan/Encode/Unicode/Unicode.xs Encode extension -cpan/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions -cpan/encoding-warnings/t/1-warning.t tests for encoding::warnings -cpan/encoding-warnings/t/2-fatal.t tests for encoding::warnings -cpan/encoding-warnings/t/3-normal.t tests for encoding::warnings -cpan/encoding-warnings/t/4-lexical.t tests for encoding::warnings cpan/experimental/lib/experimental.pm cpan/experimental/t/basic.t cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants @@ -1066,7 +1062,6 @@ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extension cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm -cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/vpp.pm cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker) cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX @@ -1657,14 +1652,13 @@ cpan/Math-BigInt/t/bigints.t See if BigInt.pm works cpan/Math-BigInt/t/biglog.t Test the log function cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp() cpan/Math-BigInt/t/bigroot.t Test the broot function -cpan/Math-BigInt/t/blog-mbf.t Math::BigInt tests -cpan/Math-BigInt/t/blog-mbi.t Math::BigInt tests cpan/Math-BigInt/t/calling.t Test calling conventions cpan/Math-BigInt/t/config.t Test Math::BigInt->config() cpan/Math-BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant cpan/Math-BigInt/t/const_mbf.t Test Math::BigInt cpan/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works cpan/Math-BigInt/t/_e_math.t Helper routine in BigFloat for _e math +cpan/Math-BigInt/t/from_hex-mbf.t Test Math::BigInt cpan/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling cpan/Math-BigInt/t/isa.t Test for Math::BigInt inheritance cpan/Math-BigInt/t/lib_load.t Test sane lib names @@ -1866,43 +1860,57 @@ cpan/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes cpan/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes cpan/Pod-Escapes/t/10_main.t test Pod::Escapes cpan/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes +cpan/podlators/bin/pod2man Translator to turn pod into manpage +cpan/podlators/bin/pod2text Translator to turn pod into text cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff cpan/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text cpan/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text cpan/podlators/lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text cpan/podlators/lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text cpan/podlators/lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes -cpan/podlators/scripts/pod2man.PL Precursor for translator to turn pod into manpage -cpan/podlators/scripts/pod2text.PL Precursor for translator to turn pod into text -cpan/podlators/t/basic.cap podlators test -cpan/podlators/t/basic.clr podlators test -cpan/podlators/t/basic.man podlators test -cpan/podlators/t/basic.ovr podlators test -cpan/podlators/t/basic.pod podlators test -cpan/podlators/t/basic.t podlators test -cpan/podlators/t/basic.txt podlators test -cpan/podlators/t/color.t podlators test -cpan/podlators/t/devise-date.t podlators test -cpan/podlators/t/filehandle.t podlators test -cpan/podlators/t/man-empty.t podlators test -cpan/podlators/t/man-heading.t podlators test -cpan/podlators/t/man-options.t podlators test -cpan/podlators/t/man-perlio.t podlators test -cpan/podlators/t/man.t podlators test -cpan/podlators/t/man-utf8.t podlators test -cpan/podlators/t/overstrike.t podlators test -cpan/podlators/t/parselink.t podlators test -cpan/podlators/t/pod-parser.t podlators test -cpan/podlators/t/pod-spelling.t podlators test -cpan/podlators/t/pod.t podlators test -cpan/podlators/t/termcap.t podlators test -cpan/podlators/t/text-empty.t podlators test -cpan/podlators/t/text-encoding.t podlators test -cpan/podlators/t/text-options.t podlators test -cpan/podlators/t/text-perlio.t podlators test -cpan/podlators/t/text.t podlators test -cpan/podlators/t/text-utf8.t podlators test -cpan/podlators/VERSION podlators distribution version +cpan/podlators/Makefile.PL podlators Makefile.PL +cpan/podlators/t/data/basic.cap podlators test podlators test +cpan/podlators/t/data/basic.clr podlators test +cpan/podlators/t/data/basic.man podlators test +cpan/podlators/t/data/basic.ovr podlators test +cpan/podlators/t/data/basic.pod podlators test +cpan/podlators/t/data/basic.txt podlators test +cpan/podlators/t/data/perl.conf podlators test +cpan/podlators/t/data/snippets/man/cpp podlators test +cpan/podlators/t/data/snippets/man/utf8-nonbreaking podlators test +cpan/podlators/t/data/snippets/man/utf8-verbatim podlators test +cpan/podlators/t/data/snippets/README podlators test +cpan/podlators/t/data/snippets/text/cpp podlators test +cpan/podlators/t/data/termcap podlators test +cpan/podlators/t/docs/pod-spelling.t podlators test +cpan/podlators/t/docs/pod.t podlators test +cpan/podlators/t/docs/synopsis.t podlators test +cpan/podlators/t/general/basic.t podlators test +cpan/podlators/t/general/filehandle.t podlators test +cpan/podlators/t/general/pod-parser.t podlators test +cpan/podlators/t/lib/Test/Podlators.pm podlators test +cpan/podlators/t/lib/Test/RRA/Config.pm podlators test +cpan/podlators/t/lib/Test/RRA.pm podlators test +cpan/podlators/t/man/basic.t podlators test +cpan/podlators/t/man/devise-date.t podlators test +cpan/podlators/t/man/devise-title.t podlators test +cpan/podlators/t/man/empty.t podlators test +cpan/podlators/t/man/heading.t podlators test +cpan/podlators/t/man/options.t podlators test +cpan/podlators/t/man/utf8-io.t podlators test +cpan/podlators/t/parselink/basic.t podlators test +cpan/podlators/t/style/minimum-version.t podlators test +cpan/podlators/t/style/module-version.t podlators test +cpan/podlators/t/style/strict.t podlators test +cpan/podlators/t/text/basic.t podlators test +cpan/podlators/t/text/color.t podlators test +cpan/podlators/t/text/empty.t podlators test +cpan/podlators/t/text/encoding.t podlators test +cpan/podlators/t/text/options.t podlators test +cpan/podlators/t/text/overstrike.t podlators test +cpan/podlators/t/text/perlio.t podlators test +cpan/podlators/t/text/termcap.t podlators test +cpan/podlators/t/text/utf8.t podlators test cpan/Pod-Parser/lib/Pod/Find.pm find POD documents in directory trees cpan/Pod-Parser/lib/Pod/InputObjects.pm Pod-Parser - define objects for input streams cpan/Pod-Parser/lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD @@ -2908,7 +2916,9 @@ cpan/Unicode-Collate/t/variable.t Unicode::Collate cpan/Unicode-Collate/t/version.t Unicode::Collate cpan/Unicode-Collate/t/view.t Unicode::Collate cpan/Unicode-Normalize/Makefile.PL Unicode::Normalize +cpan/Unicode-Normalize/mkheader Unicode::Normalize cpan/Unicode-Normalize/Normalize.pm Unicode::Normalize +cpan/Unicode-Normalize/Normalize.xs Unicode::Normalize cpan/Unicode-Normalize/t/fcdc.t Unicode::Normalize cpan/Unicode-Normalize/t/form.t Unicode::Normalize cpan/Unicode-Normalize/t/func.t Unicode::Normalize @@ -2925,8 +2935,6 @@ cpan/version/lib/version/Internals.pod Description of the internals of version o cpan/version/lib/version.pm Support for version objects cpan/version/lib/version.pod Documentation of the version module cpan/version/lib/version/regex.pm Regex for matching version objects -cpan/version/lib/version/vpp.pm Pure Perl implementation of XS code -cpan/version/t/00impl-pp.t Tests for version objects cpan/version/t/01base.t Tests for version objects cpan/version/t/02derived.t Tests for version objects cpan/version/t/03require.t Tests for version objects @@ -3011,8 +3019,7 @@ dist/autouse/t/lib/MyTestModule.pm Test module for autouse dist/base/Changes base.pm changelog dist/base/lib/base.pm Establish IS-A relationship at compile time dist/base/lib/fields.pm Set up object field names for pseudo-hash-using classes -dist/base/MANIFEST base.pm manifest -dist/base/META.yml base.pm META.yml file +dist/base/Makefile.PL base.pm Makefile.PL dist/base/t/base-open-chunk.t See if base works dist/base/t/base-open-line.t See if base works dist/base/t/base.t See if base works @@ -3029,9 +3036,11 @@ dist/base/t/lib/HasSigDie.pm Module for testing base.pm dist/base/t/sigdie.t See if base works with SIGDIE dist/base/t/version.t See if base works with versions dist/base/t/warnings.t See if base works with warnings +dist/Carp/Changes Changelog for Carp's CPAN releases dist/Carp/lib/Carp/Heavy.pm Error message retired workhorse dist/Carp/lib/Carp.pm Error message extension dist/Carp/Makefile.PL makefile writer for Carp +dist/Carp/README README for Carp's CPAN releases dist/Carp/t/arg_regexp.t See if Carp formats regexp args OK in stack traces dist/Carp/t/arg_string.t See if Carp formats string args OK in stack traces dist/Carp/t/baduni.t See if Carp handles non-char Unicode @@ -3060,6 +3069,7 @@ dist/Data-Dumper/t/dumper.t See if Data::Dumper works dist/Data-Dumper/t/dumpperl.t See if Data::Dumper::Dumpperl works dist/Data-Dumper/t/freezer.t See if Data::Dumper::Freezer works dist/Data-Dumper/t/freezer_useperl.t See if Data::Dumper works +dist/Data-Dumper/t/huge.t See if Data::Dumper works on huge inputs dist/Data-Dumper/t/indent.t See if Data::Dumper::Indent works dist/Data-Dumper/t/lib/Testing.pm Functions used in testing Data-Dumper dist/Data-Dumper/t/misc.t Miscellaneous tests for Data-Dumper @@ -3077,11 +3087,17 @@ dist/Data-Dumper/t/sortkeys.t See if Data::Dumper::Sortkeys works dist/Data-Dumper/t/sparseseen.t See if Data::Dumper::Sparseseen works dist/Data-Dumper/t/terse.t See if Data::Dumper terse option works dist/Data-Dumper/t/toaster.t See if Data::Dumper::Toaster works +dist/Data-Dumper/t/trailing_comma.t See if Data::Dumper::Trailingcomma works dist/Data-Dumper/t/values.t See if Data::Dumper::Values works dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm dist/Devel-SelfStubber/t/Devel-SelfStubber.t See if Devel::SelfStubber works dist/Dumpvalue/lib/Dumpvalue.pm Screen dump of perl values dist/Dumpvalue/t/Dumpvalue.t See if Dumpvalue works +dist/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions +dist/encoding-warnings/t/1-warning.t tests for encoding::warnings +dist/encoding-warnings/t/2-fatal.t tests for encoding::warnings +dist/encoding-warnings/t/3-normal.t tests for encoding::warnings +dist/encoding-warnings/t/4-lexical.t tests for encoding::warnings dist/Env/lib/Env.pm Map environment into ordinary variables dist/Env/t/array.t See if Env works for arrays dist/Env/t/env.t See if Env works @@ -4016,6 +4032,7 @@ ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed} ext/XS-APItest/t/utf8.t Tests for code in utf8.c ext/XS-APItest/t/weaken.t XS::APItest: tests for sv_rvweaken() and sv_get_backrefs() ext/XS-APItest/t/whichsig.t XS::APItest: tests for whichsig() and variants +ext/XS-APItest/t/win32.t Test Win32 specific APIs ext/XS-APItest/t/xs_special_subs_require.t for require too ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work ext/XS-APItest/t/xsub_h.t Tests for XSUB.h @@ -4619,10 +4636,14 @@ pod/perl5201delta.pod Perl changes in version 5.20.1 pod/perl5202delta.pod Perl changes in version 5.20.2 pod/perl5203delta.pod Perl changes in version 5.20.3 pod/perl5220delta.pod Perl changes in version 5.22.0 +pod/perl5221delta.pod Perl changes in version 5.22.1 pod/perl5230delta.pod Perl changes in version 5.23.0 pod/perl5231delta.pod Perl changes in version 5.23.1 pod/perl5232delta.pod Perl changes in version 5.23.2 pod/perl5233delta.pod Perl changes in version 5.23.3 +pod/perl5234delta.pod Perl changes in version 5.23.4 +pod/perl5235delta.pod Perl changes in version 5.23.5 +pod/perl5236delta.pod Perl changes in version 5.23.6 pod/perl561delta.pod Perl changes in version 5.6.1 pod/perl56delta.pod Perl changes in version 5.6 pod/perl581delta.pod Perl changes in version 5.8.1 @@ -5041,6 +5062,7 @@ t/lib/croak/op Test croak calls from op.c t/lib/croak/pp Test croak calls from pp.c t/lib/croak/pp_ctl Test croak calls from pp_ctl.c t/lib/croak/pp_hot Test croak calls from pp_hot.c +t/lib/croak/pp_sys Test croak calls from pp_sys.c t/lib/croak.t Test calls to Perl_croak() in the C source. t/lib/croak/toke Test croak calls from toke.c t/lib/cygwin.t Builtin cygwin function tests @@ -5543,6 +5565,7 @@ t/uni/fold.t See if Unicode folding works t/uni/goto.t See if Unicode goto &sub works t/uni/greek.t See if Unicode in greek works t/uni/gv.t See if Unicode GVs work. +t/uni/heavy.t See if utf8_heavy.pl uses perl that depends on it t/uni/labels.t See if Unicode labels work t/uni/latin2.t See if Unicode in latin2 works t/uni/lex_utf8.t See if Unicode in lexer works @@ -5566,6 +5589,7 @@ t/uni/universal.t See if Unicode in calls to UNIVERSAL works t/uni/upper.t See if Unicode casing works t/uni/variables.t See that the rules for variable names work t/uni/write.t See if Unicode formats work +t/win32/crypt.t Test Win32 crypt for compatibility t/win32/fs.t Test Win32 link for compatibility t/win32/popen.t Test for stdout races in backticks, etc t/win32/runenv.t Test if Win* perl honors its env variables @@ -5601,6 +5625,8 @@ utils/perlivp.PL installation verification procedure utils/piconv.PL iconv(1), reinvented in perl utils/pl2pm.PL A pl to pm translator utils/pod2html.PL Translator to turn pod into HTML +utils/pod2man.PL Convert POD data to formatted *roff input +utils/pod2text.PL Convert POD data to formatted ASCII text utils/prove.PL The prove harness utility utils/ptardiff.PL The ptardiff utility utils/ptargrep.PL The ptargrep utility