X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=5e63ecf6aeb5c538b24483ff7c8d1a279d7ef6ff;hb=f9dc862fc43278b696e6cacef943fbe534e5baba;hp=64e87cf84797c63326d21fa69ff06bd1e9d20744;hpb=394e6ffb59de984c27a7dce4842d9c594c141888;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 64e87cf..5e63ecf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,8 +1,11 @@ apollo/netinet/in.h Apollo DomainOS port: C header file frontend Artistic The "Artistic License" AUTHORS Contact info for contributors +autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod av.c Array value code av.h Array value header +beos/beos.c BeOS port +beos/beosish.h BeOS port beos/nm.c BeOS port bytecode.pl Produces ext/ByteLoader/byterun.h, ext/ByteLoader/byterun.c and ext/B/Asmdata.pm cc_runtime.h Macros need by runtime of compiler-generated code @@ -42,6 +45,7 @@ dump.c Debugging output emacs/cperl-mode.el An alternate perl-mode emacs/e2ctags.pl etags to ctags converter emacs/ptags Creates smart TAGS file +embed.fnc Database used by embed.pl embed.h Maps symbols to safer names embed.pl Produces {embed,embedvar,proto}.h, global.sym embedvar.h C namespace management @@ -89,7 +93,10 @@ ext/B/ramblings/magic Compiler ramblings: notes on magic ext/B/ramblings/reg.alloc Compiler ramblings: register allocation ext/B/ramblings/runtime.porting Compiler ramblings: porting PP enging ext/B/README Compiler backend README +ext/B/t/asmdata.t See if B::Asmdata works +ext/B/t/assembler.t See if B::Assembler, B::Disassembler comply ext/B/t/b.t See if B works +ext/B/t/bblock.t See if B::Bblock works ext/B/t/debug.t See if B::Debug works ext/B/t/deparse.t See if B::Deparse works ext/B/t/showlex.t See if B::ShowLex works @@ -147,8 +154,9 @@ ext/Devel/PPPort/module2.c Devel::PPPort test file ext/Devel/PPPort/module3.c Devel::PPPort test file ext/Devel/PPPort/PPPort.pm Devel::PPPort ext/Devel/PPPort/PPPort.xs Devel::PPPort +ext/Devel/PPPort/ppport_h.PL Devel::PPPort ext/Devel/PPPort/README Devel::PPPort Readme -ext/Devel/PPPort/soak Test Harness to run Devel::PPPort other Perls +ext/Devel/PPPort/soak Test Harness to run Devel::PPPort other Perls ext/Devel/PPPort/t/test.t See if Devel::PPPort works ext/Devel/PPPort/TODO Devel::PPPort Todo ext/Digest/MD5/Changes Digest::MD5 extension changes @@ -489,10 +497,12 @@ ext/POSIX/POSIX.pod POSIX extension documentation ext/POSIX/POSIX.xs POSIX extension external subroutines ext/POSIX/t/posix.t See if POSIX works ext/POSIX/t/sigaction.t See if POSIX::sigaction works +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 ext/re/Makefile.PL re extension makefile writer ext/re/re.pm re extension Perl module +ext/re/re.t see if re pragma works ext/re/re.xs re extension external subroutines ext/Safe/safe1.t See if Safe works ext/Safe/safe2.t See if Safe works @@ -528,6 +538,7 @@ ext/Socket/Makefile.PL Socket extension makefile writer ext/Socket/Socket.pm Socket extension Perl module ext/Socket/Socket.t See if Socket works ext/Socket/Socket.xs Socket extension external subroutines +ext/Socket/socketpair.t See if socketpair works ext/Storable/ChangeLog Storable extension ext/Storable/Makefile.PL Storable extension ext/Storable/MANIFEST Storable extension @@ -593,6 +604,7 @@ ext/threads/shared/shared.xs thread shared variables ext/threads/shared/t/av_simple.t Tests for basic shared array functionality. ext/threads/shared/t/hv_refs.t Test shared hashes containing references ext/threads/shared/t/hv_simple.t Tests for basic shared hash functionality. +ext/threads/shared/t/no_share.t Tests for disabled share on variables. ext/threads/shared/t/sv_refs.t thread shared variables ext/threads/shared/t/sv_simple.t thread shared variables ext/threads/t/basic.t ithreads @@ -733,6 +745,7 @@ hints/utekv.sh Hints for named architecture hints/uts.sh Hints for named architecture hints/uwin.sh Hints for named architecture hints/vmesa.sh Hints for named architecture +hints/vos.sh Hints for named architecture hv.c Hash value code hv.h Hash value header INSTALL Detailed installation instructions @@ -815,6 +828,7 @@ lib/autouse.pm Load and call a function only when it's used lib/autouse.t See if autouse works lib/base.pm Establish IS-A relationship at compile time lib/Benchmark.pm Measure execution time +lib/Benchmark.t See if Benchmark works lib/bigfloat.pl An arbitrary precision floating point package lib/bigfloat.t See if bigfloat.pl works lib/bigint.pl An arbitrary precision integer arithmetic package @@ -914,12 +928,9 @@ lib/exceptions.pl catch and throw routines lib/Exporter.pm Exporter base class lib/Exporter.t See if Exporter works lib/Exporter/Heavy.pm Complicated routines for Exporter -lib/ExtUtils.t See if extutils work 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 @@ -927,21 +938,29 @@ lib/ExtUtils/Liblist.pm Locates libraries lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions 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 lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2 lib/ExtUtils/MM_Unix.pm MakeMaker base class for Unix lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS -lib/ExtUtils/MM_VMS.t See if ExtUtils::MM_VMS works 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/t/Command.t See if ExtUtils::Command works (Win32 only) +lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works +lib/ExtUtils/t/ExtUtils.t See if extutils work +lib/ExtUtils/t/Installed.t See if ExtUtils::Installed works +lib/ExtUtils/t/Manifest.t See if ExtUtils::Manifest works +lib/ExtUtils/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works +lib/ExtUtils/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works +lib/ExtUtils/t/MM_OS2.t See if ExtUtils::MM_OS2 works +lib/ExtUtils/t/MM_Unix.t See if ExtUtils::MM_UNIX works +lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works +lib/ExtUtils/t/MM_Win32.t See if ExtUtils::MM_Win32 works +lib/ExtUtils/t/Packlist.t See if Packlist works +lib/ExtUtils/t/testlib.t Fixes up @INC to use just-built extension 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 lib/ExtUtils/xsubpp External subroutine preprocessor lib/fastcwd.pl a faster but more dangerous getcwd @@ -965,6 +984,7 @@ lib/File/Find/t/taint.t See if File::Find works with taint lib/File/Path.pm Do things like `mkdir -p' and `rm -r' lib/File/Path.t See if File::Path works lib/File/Spec.pm portable operations on file names +lib/File/Spec/Cygwin.pm portable operations on Cygwin file names lib/File/Spec/Epoc.pm portable operations on EPOC file names lib/File/Spec/Functions.pm Function interface to File::Spec object methods lib/File/Spec/Mac.pm portable operations on Mac file names @@ -1034,6 +1054,7 @@ lib/IPC/Open3.t See if IPC::Open3 works lib/IPC/SysV.t See if IPC::SysV works lib/less.pm For "use less" lib/less.t See if less support works +lib/lib.t For "use lib" testing lib/lib_pm.PL For "use lib", produces lib/lib.pm lib/locale.pm For "use locale" lib/locale.t See if locale support works @@ -1064,9 +1085,13 @@ lib/Math/BigInt/t/bigintc.t See if BigInt/Calc.pm works lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t lib/Math/BigInt/t/bigintpm.t See if BigInt.pm works lib/Math/BigInt/t/calling.t Test calling conventions +lib/Math/BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precicion and fallback, round_mode tests lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precicion and fallback, round_mode +lib/Math/BigInt/t/require.t Test if require Math::BigInt works lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt +lib/Math/BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc +lib/Math/BigInt/t/use.t Test if use Math::BigInt(); works 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 @@ -1078,7 +1103,6 @@ lib/Memoize/ExpireFile.pm Memoize lib/Memoize/ExpireTest.pm Memoize lib/Memoize/NDBM_File.pm Memoize lib/Memoize/README Memoize -lib/Memoize/Saves.pm Memoize lib/Memoize/SDBM_File.pm Memoize lib/Memoize/Storable.pm Memoize lib/Memoize/t/array.t Memoize @@ -1128,6 +1152,15 @@ lib/Net/netent.t See if Net::netent works lib/Net/Netrc.pm libnet lib/Net/NNTP.pm libnet lib/Net/Ping.pm Hello, anybody home? +lib/Net/Ping/CHANGES Net::Ping +lib/Net/Ping/README Net::Ping +lib/Net/Ping/t/100_load.t Ping Net::Ping +lib/Net/Ping/t/110_icmp_inst.t Ping Net::Ping +lib/Net/Ping/t/120_udp_inst.t Ping Net::Ping +lib/Net/Ping/t/130_tcp_inst.t Ping Net::Ping +lib/Net/Ping/t/140_stream_inst.t Ping Net::Ping +lib/Net/Ping/t/200_ping_tcp.t Ping Net::Ping +lib/Net/Ping/t/300_ping_stream.t Ping Net::Ping lib/Net/POP3.pm libnet lib/Net/protoent.pm By-name interface to Perl's builtin getproto* lib/Net/protoent.t See if Net::protoent works @@ -1181,8 +1214,12 @@ 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/Functions.t See if Pod::Functions works +lib/Pod/t/InputObjects.t See if Pod::InputObjects works lib/Pod/t/latex.t Test for Pod::LaTeX +lib/Pod/t/man.t podlators test lib/Pod/t/parselink.t podlators test +lib/Pod/t/text-errors.t podlators test lib/Pod/t/utils.t Test for Pod::ParseUtils lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text lib/Pod/Text/Color.pm Convert POD data to color ASCII text @@ -1227,6 +1264,7 @@ lib/Term/Cap.t See if Term::Cap works lib/Term/Complete.pm A command completion subroutine lib/Term/Complete.t See if Term::Complete works lib/Term/ReadLine.pm Stub readline library +lib/Term/ReadLine.t See if Term::ReadLine works 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 @@ -1423,6 +1461,8 @@ 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/172.pl Unicode character database +lib/unicore/In/173.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 @@ -2088,7 +2128,7 @@ t/lib/dprof/test6_t Perl code profiler tests t/lib/dprof/test6_v Perl code profiler tests t/lib/dprof/V.pm Perl code profiler tests t/lib/filter-util.pl See if Filter::Util::Call works -t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests +t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests @@ -2164,6 +2204,7 @@ t/lib/warnings/universal Tests for universal.c for warnings.t t/lib/warnings/utf8 Tests for utf8.c for warnings.t t/lib/warnings/util Tests for util.c for warnings.t t/op/64bitint.t See if 64 bit integers work +t/op/alarm.t See if alarm works t/op/anonsub.t See if anonymous subroutines work t/op/append.t See if . works t/op/args.t See if operations on @_ work @@ -2206,6 +2247,7 @@ t/op/grent.t See if getgr*() functions work t/op/grep.t See if grep() and map() work t/op/groups.t See if $( works t/op/gv.t See if typeglobs work +t/op/hashassign.t See if hash assignments work t/op/hashwarn.t See if warnings for bad hash assignments work t/op/inc.t See if inc/dec of integers near 32 bit limit work t/op/inccode.t See if coderefs work in @INC @@ -2265,7 +2307,6 @@ 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 @@ -2274,12 +2315,14 @@ t/op/tiehandle.t See if tie for handles works t/op/time.t See if time functions work t/op/tr.t See if tr works t/op/undef.t See if undef works +t/op/unifold.t See if Unicode folding works t/op/universal.t See if UNIVERSAL class works t/op/unshift.t See if unshift works t/op/utf8decode.t See if UTF-8 decoding works t/op/vec.t See if vectors work t/op/ver.t See if v-strings and the %v format flag work t/op/wantarray.t See if wantarray works +t/op/winsystem.t See if system works in Win* t/op/write.t See if write works (formats work) t/pod/emptycmd.t Test empty pod directives t/pod/emptycmd.xr Expected results for emptycmd.t @@ -2327,6 +2370,7 @@ t/run/switchn.t Test the -n switch t/run/switchp.t Test the -p switch t/run/switchPx.aux Data for switchPx.t t/run/switchPx.t Test the -Px combination +t/run/switcht.t Test the -t switch t/run/switchx.aux Data for switchx.t t/run/switchx.t Test the -x switch t/TEST The regression tester