X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/00f54a078e18f8d5e11495fcf3f8c2445e7952b7..e46c382ee1a26c0abddc80ad1249dc544d229d4e:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 52dd3c1..217fd95 100644 --- a/MANIFEST +++ b/MANIFEST @@ -921,6 +921,10 @@ ext/Module/Pluggable/lib/Devel/InnerPackage.pm Find inner packages ext/Module/Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable ext/Module/Pluggable/lib/Module/Pluggable.pm Module::Pluggable ext/Module/Pluggable/Makefile.PL Module::Pluggable +ext/mro/Changes mro extension +ext/mro/Makefile.PL mro extension +ext/mro/mro.pm mro extension +ext/mro/mro.xs mro extension ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture @@ -1667,6 +1671,9 @@ lib/Attribute/Handlers/t/data_convert.t Test attribute data conversion lib/Attribute/Handlers/t/linerep.t See if Attribute::Handlers works lib/Attribute/Handlers/t/multi.t See if Attribute::Handlers works lib/attributes.pm For "sub foo : attrlist" +lib/autodie/exception.pm Exception class for autodie +lib/autodie/exception/system.pm Exception class for autodying system() +lib/autodie.pm Functions suceed or die with lexical scope lib/AutoLoader.pm Autoloader base class lib/AutoLoader/t/01AutoLoader.t See if AutoLoader works lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works @@ -2455,7 +2462,6 @@ lib/Module/Load/t/to_load/LoadMe.pl Module::Load tests lib/Module/Load/t/to_load/Must/Be/Loaded.pm Module::Load tests lib/Module/Load/t/to_load/TestModule.pm Module::Load tests lib/Module/Load/t/to_load/ToBeLoaded Module::Load tests -lib/mro.pm mro extension lib/Net/Changes libnet lib/Net/Cmd.pm libnet lib/Net/Config.eg libnet @@ -2541,6 +2547,9 @@ lib/open.t See if the open pragma works lib/overload64.t See if operator overloading works with 64-bit ints lib/overload.pm Module for overloading perl operators lib/overload.t See if operator overloading works +lib/overload/numbers.pm Helper for overloading pragma +lib/overloading.pm Pragma to lexically control overloading +lib/overloading.t Tests for overloading.pm lib/Package/Constants.pm Package::Constants lib/Package/Constants/t/01_list.t Package::Constants tests lib/Params/Check.pm Params::Check @@ -3161,6 +3170,8 @@ makedepend.SH Precursor to makedepend makedir.SH Precursor to makedir Makefile.micro microperl Makefile Makefile.SH A script that generates Makefile +make_patchnum.com DCL script to generate .patchnum file on VMS +make_patchnum.sh Script to generate .patchnum file malloc.c A version of malloc you might not want malloc_ctl.h A version of malloc you might not want MANIFEST This list of files @@ -3350,7 +3361,6 @@ plan9/plan9ish.h Plan9 port: Plan9-specific C header file plan9/setup.rc Plan9 port: script for easy build+install plan9/versnum Plan9 port: script to print version number pod/buildtoc Update files based on pod.lst -pod/checkpods.PL Tool to check for common errors in pods pod.lst List the pods and their roles pod/Makefile.SH generate Makefile which makes pods into something else pod/perl5004delta.pod Perl changes in version 5.004 @@ -3437,6 +3447,7 @@ pod/perlopentut.pod Perl open() tutorial pod/perlop.pod Perl operators and precedence pod/perlothrtut.pod Old Perl threads tutorial pod/perlpacktut.pod Perl pack() and unpack() tutorial +pod/perlperf.pod Perl Performance and Optimization Techniques pod/perl.pod Perl overview (this section) pod/perlpod.pod Perl plain old documentation pod/perlpodspec.pod Perl plain old documentation format specification @@ -3509,6 +3520,7 @@ Porting/findvars Find occurrences of words Porting/fixCORE Find and fix modules that generate warnings Porting/fixvars Find undeclared variables with C compiler and fix em Porting/genlog Generate formatted changelogs by querying p4d +Porting/git-find-p4-change Find the change for a p4 change number Porting/Glossary Glossary of config.sh variables Porting/Maintainers Program to pretty print info in Maintainers.pl Porting/Maintainers.pl Information about maintainers @@ -3520,11 +3532,12 @@ Porting/p4d2p Generate patch from p4 diff Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc) Porting/patching.pod How to report changes made to Perl Porting/patchls Flexible patch file listing utility +Porting/podtidy Reformat pod using Pod::Tidy Porting/pumpkin.pod Guidelines and hints for Perl maintainers Porting/README.y2038 Perl notes for the 2038 fix Porting/regcharclass.pl Generate regcharclass.h from inline data -Porting/repository.pod How to use the Perl repository Porting/sort_perldiag.pl Keep our diagnostics orderly +Porting/switch_to_perforce_id.pl Checkout a given p4 change number Porting/testall.atom Cumulative profile with Third Degree Porting/thirdclean Cleanup Third Degree reports Porting/timecheck2.c Test program for the 2038 fix @@ -3714,6 +3727,43 @@ t/io/through.t See if pipe passes data intact t/io/utf8.t See if file seeking works t/japh/abigail.t Obscure tests t/lib/1_compile.t See if the various libraries and extensions compile +t/lib/autodie/00-load.t autodie - basic load +t/lib/autodie/autodie.t autodie - Basic functionality +t/lib/autodie/autodie_test_module.pm autodie - test helper +t/lib/autodie/backcompat.t autodie - More Fatal backcompat +t/lib/autodie/basic_exceptions.t autodie - Basic exception tests +t/lib/autodie/binmode.t autodie - Binmode testing +t/lib/autodie/context_lexical.t autodie - Context clobbering lexically +t/lib/autodie/context.t autodie - Context clobbering tests +t/lib/autodie/crickey.t autodie - Like an Australian +t/lib/autodie/dbmopen.t autodie - dbm tests +t/lib/autodie/exception_class.t autodie - Exception class subclasses +t/lib/autodie/exceptions.t autodie - 5.10 exception tests. +t/lib/autodie/exec.t autodie - exec tests. +t/lib/autodie/Fatal.t autodie - Fatal backcompatibility +t/lib/autodie/filehandles.t autodie - filehandle tests +t/lib/autodie/fileno.t autodie - fileno tests +t/lib/autodie/flock.t autodie - File locking tests +t/lib/autodie/internal.t autodie - internal interface tests +t/lib/autodie/lethal.t autodie - lethal is the one true name +t/lib/autodie/lib/autodie/test/au/exception.pm autodie - Australian helper +t/lib/autodie/lib/autodie/test/au.pm autodie - Austrlaian helper +t/lib/autodie/lib/autodie/test/badname.pm autodie - Bad exception class +t/lib/autodie/lib/autodie/test/missing.pm autodie - Missing exception class +t/lib/autodie/lib/lethal.pm autodie - with a better name +t/lib/autodie/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour +t/lib/autodie/lib/pujHa/ghach.pm autodie - Like a Klingon +t/lib/autodie/mkdir.t autodie - filesystem tests +t/lib/autodie/open.t autodie - Testing open +t/lib/autodie/recv.t autodie - send/recv tests +t/lib/autodie/repeat.t autodie - repeat autodie leak tests +t/lib/autodie/scope_leak.t autodie - file scope leak tests +t/lib/autodie/sysopen.t autodie - sysopen tests +t/lib/autodie/truncate.t autodie - File truncation tests +t/lib/autodie/unlink.t autodie - Unlink system tests. +t/lib/autodie/usersub.t autodie - user subroutine tests +t/lib/autodie/version.t autodie - versioning tests +t/lib/autodie/version_tag.t t/lib/Cname.pm Test charnames in regexes (op/pat.t) t/lib/common.pl Helper for lib/{warnings,feature}.t t/lib/commonsense.t See if configuration meets basic needs @@ -4055,7 +4105,7 @@ t/op/regexp_unicode_prop_thr.t See if unicode properties work in regular express t/op/reg_fold.t See if case folding works properly t/op/reg_mesg.t See if one can get regular expression errors t/op/reg_namedcapture.t Make sure glob assignment doesn't break named capture -t/op/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture +t/op/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture t/op/reg_pmod.t See if regexp /p modifier works as expected t/op/reg_posixcc.t See if posix characterclasses behave consistantly t/op/reg_unsafe.t Check for unsafe match vars