X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=ee4e814d011ba63e801f4d34b2ccb5ef9936e3c4;hb=383e43c729f9f94a92e4c0cd777de8d2608751de;hp=1d45b6cbb0b72b54577085e9cc14dd44f643c5e7;hpb=e2d37721ce786c2356aa09668585a35df28412e9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 1d45b6c..ee4e814 100644 --- a/MANIFEST +++ b/MANIFEST @@ -109,6 +109,7 @@ 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/bytecode.t See whether B::Bytecode works ext/B/t/concise.t See whether B::Concise works ext/B/t/debug.t See if B::Debug works ext/B/t/deparse.t See if B::Deparse works @@ -600,6 +601,7 @@ ext/re/t/re.t see if re pragma works ext/Safe/t/safe1.t See if Safe works ext/Safe/t/safe2.t See if Safe works ext/Safe/t/safe3.t See if Safe works +ext/Safe/t/safeops.t Tests that all ops can be trapped by Safe ext/SDBM_File/Makefile.PL SDBM extension makefile writer ext/SDBM_File/sdbm/biblio SDBM kit ext/SDBM_File/sdbm/CHANGES SDBM kit @@ -1047,11 +1049,14 @@ lib/constant.t See if compile-time constants work lib/CPAN.pm Interface to Comprehensive Perl Archive Network lib/CPAN/bin/cpan easily interact with CPAN from the command line lib/CPAN/FirstTime.pm Utility for creating CPAN config files +lib/CPAN/META.yml CPAN metainfo lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions +lib/CPAN/PAUSE2003.pub CPAN public key +lib/CPAN/SIGNATURE CPAN signature lib/CPAN/t/loadme.t See if CPAN the module works lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works lib/CPAN/t/Nox.t See if CPAN::Nox works -lib/CPAN/t/signature.t See if CPAN signatures work +lib/CPAN/t/signature.t CPAN signature test lib/CPAN/t/vcmp.t See if CPAN the module works lib/ctime.pl A ctime workalike lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) @@ -2107,6 +2112,7 @@ Makefile.SH A script that generates Makefile 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 +META.yml Distribution meta-data in YAML mg.c Magic code mg.h Magic header minimod.pl Writes lib/ExtUtils/Miniperl.pm @@ -2298,6 +2304,7 @@ pod/perlbook.pod Perl book information pod/perlboot.pod Beginner's Object-oriented Tutorial pod/perlbot.pod Object-oriented Bag o' Tricks pod/perlcall.pod Callback info +pod/perlcheat.pod Perl cheat sheet pod/perlclib.pod Internal replacements for standard C library functions pod/perlcompile.pod Info on using the Compiler suite pod/perldata.pod Data structure info @@ -2355,6 +2362,7 @@ pod/perlre.pod Regular expression info pod/perlref.pod References info pod/perlreftut.pod Mark's references tutorial pod/perlrequick.pod Quick start guide for Perl regular expressions +pod/perlreref.pod Perl regular expressions reference pod/perlretut.pod Tutorial for Perl regular expressions pod/perlrun.pod Execution info pod/perlsec.pod Security info @@ -2390,6 +2398,7 @@ Porting/apply Apply patches sent by mail Porting/check83.pl Check whether we are 8.3-friendly Porting/checkURL.pl Check whether we have working URLs Porting/checkVERSION.pl Check whether we have $VERSIONs +Porting/cmpVERSION.pl Compare whether two trees have changed modules Porting/config.sh Sample config.sh Porting/config_H Sample config.h Porting/Contract Social contract for contributed modules in Perl core @@ -2400,10 +2409,12 @@ 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/Glossary Glossary of config.sh variables +Porting/Maintainers Program to pretty print info in Maintainers.pl +Porting/Maintainers.pm Library to pretty print info in Maintainers.pl +Porting/Maintainers.pl Information about maintainers +Porting/makemeta Create the top-level META.yml Porting/makerel Release making utility Porting/manicheck Check against MANIFEST -Porting/Modules Program to pretty print info in Modules.pl -Porting/Modules.pl Information about modules and their maintainers 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 @@ -2445,6 +2456,7 @@ README.jp About using Perl and Japanese README.ko About using Perl and Korean README.machten Notes about Power MachTen port README.macos Notes about Mac OS (Classic) +README.macosx Notes about Mac OS X README.micro Notes about microperl README.mint Notes about Atari MiNT port README.mpeix Notes about MPE/iX port @@ -2788,7 +2800,7 @@ t/pod/included.xr Expected results for included.t t/pod/lref.t Test L<...> sequences t/pod/lref.xr Expected results for lref.t t/pod/multiline_items.t Test multiline =items -t/pod/multiline_items.xr Test multiline =items +t/pod/multiline_items.xr Expected results for multiline_items.t t/pod/nested_items.t Test nested =items t/pod/nested_items.xr Expected results for nested_items.t t/pod/nested_seqs.t Test nested interior sequences @@ -2799,11 +2811,11 @@ t/pod/plainer.t Test Pod::Plainer t/pod/pod2usage.t Test Pod::Usage t/pod/pod2usage.xr Expected results for pod2usage.t t/pod/poderrs.t Test POD errors -t/pod/poderrs.xr Expected results for emptycmd.t +t/pod/poderrs.xr Expected results for poderrs.t t/pod/podselect.t Test Pod::Select t/pod/podselect.xr Expected results for podselect.t t/pod/special_seqs.t Test "special" interior sequences -t/pod/special_seqs.xr Expected results for emptycmd.t +t/pod/special_seqs.xr Expected results for special_seqs.t t/pod/testcmp.pl Module to compare output against expected results t/pod/testp2pt.pl Module to test Pod::PlainText for a given file t/pod/testpchk.pl Module to test Pod::Checker for a given file @@ -2936,10 +2948,10 @@ win32/config_h.PL Perl code to convert Win32 config.sh to config.h win32/config_H.vc Win32 config header (Visual C++ build) win32/config_H.vc64 Win64 config header (Visual C++ build) win32/config_sh.PL Perl code to update Win32 config.sh from Makefile -win32/des_fcrypt.patch Win32 port win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST win32/dl_win32.xs Win32 port win32/FindExt.pm Scan for extensions +win32/fcrypt.c crypt() implementation win32/genmk95.pl Perl code to generate command.com-usable makefile.95 win32/include/arpa/inet.h Win32 port win32/include/dirent.h Win32 port @@ -2979,7 +2991,6 @@ wince/config_h.PL WinCE port wince/config_sh.PL WinCE port wince/dl_win32.xs WinCE port wince/include/arpa/inet.h WinCE port -wince/include/netdb.h WinCE port wince/include/sys/socket.h WinCE port wince/makedist.pl WinCE port wince/Makefile.ce WinCE port