X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=36b6924892913c318f27d01b62937b3f72cbb736;hb=dcc96bbd648270d5e7184f192cb9bada22ded67e;hp=fccf79e789dde54944d60194fd3c8c763dd03f37;hpb=0faf3e6502ba533234322c904a3fa6b70b610627;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index fccf79e..36b6924 100644 --- a/MANIFEST +++ b/MANIFEST @@ -217,6 +217,11 @@ ext/Data/Dumper/Dumper.pm Data pretty printer, module ext/Data/Dumper/Dumper.xs Data pretty printer, externals ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer ext/Data/Dumper/Todo Data pretty printer, futures +ext/Devel/DProf/Changes Perl code profiler changelog +ext/Devel/DProf/DProf.pm Perl code profiler +ext/Devel/DProf/DProf.xs Perl code profiler +ext/Devel/DProf/Makefile.PL Perl code profiler makefile writer +ext/Devel/DProf/Todo Perl code profiler todo list ext/Devel/Peek/Changes Data debugging tool, changelog ext/Devel/Peek/Makefile.PL Data debugging tool, makefile writer ext/Devel/Peek/Peek.pm Data debugging tool, module and pod @@ -534,6 +539,7 @@ lib/CPAN.pm Interface to Comprehensive Perl Archive Network lib/CPAN/FirstTime.pm Utility for creating CPAN config files lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions lib/Carp.pm Error message base class +lib/Carp/Heavy.pm Error message workhorse lib/Class/Struct.pm Declare struct-like datatypes as Perl classes lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) lib/DB.pm Debugger API (draft) @@ -604,6 +610,8 @@ lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD lib/Pod/PlainText.pm Pod-Parser - convert POD data to formatted ASCII text lib/Pod/Select.pm Pod-Parser - select portions of POD docs lib/Pod/Text.pm Convert POD data to formatted ASCII text +lib/Pod/Text/Color.pm Convert POD data to color ASCII text +lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes lib/Pod/Usage.pm Pod-Parser - print usage messages lib/Search/Dict.pm Perform binary search on dictionaries lib/SelectSaver.pm Enforce proper select scoping @@ -920,6 +928,7 @@ os2/OS2/REXX/t/rx_tieydb.t DLL access module os2/OS2/REXX/t/rx_varset.t DLL access module os2/OS2/REXX/t/rx_vrexx.t DLL access module os2/diff.configure Patches to Configure +os2/POSIX.mkfifo OS2-specific patch os2/dl_os2.c Addon for dl_open os2/dlfcn.h Addon for dl_open os2/os2.c Additional code for OS/2 @@ -1114,6 +1123,20 @@ t/lib/db-hash.t See if DB_File works t/lib/db-recno.t See if DB_File works t/lib/dirhand.t See if DirHandle works t/lib/dosglob.t See if File::DosGlob works +t/lib/dprof.t Perl code profiler testsuite driver +t/lib/dprof/V.pm Perl code profiler tests +t/lib/dprof/test1_t Perl code profiler tests +t/lib/dprof/test1_v Perl code profiler tests +t/lib/dprof/test2_t Perl code profiler tests +t/lib/dprof/test2_v Perl code profiler tests +t/lib/dprof/test3_t Perl code profiler tests +t/lib/dprof/test3_v Perl code profiler tests +t/lib/dprof/test4_t Perl code profiler tests +t/lib/dprof/test4_v Perl code profiler tests +t/lib/dprof/test5_t Perl code profiler tests +t/lib/dprof/test5_v Perl code profiler tests +t/lib/dprof/test6_t Perl code profiler tests +t/lib/dprof/test6_v Perl code profiler tests t/lib/dumper-ovl.t See if Data::Dumper works for overloaded data t/lib/dumper.t See if Data::Dumper works t/lib/english.t See if English works @@ -1295,7 +1318,9 @@ 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 t/pragma/constant.t See if compile-time constants work -t/pragma/locale.t See if locale support (i18n and l10n) works +t/pragma/locale.t See if locale support works +t/pragma/locale/latin1 Part of locale.t in Latin 1 +t/pragma/locale/utf8 Part of locale.t in UTF8 t/pragma/overload.t See if operator overloading works t/pragma/strict-refs Tests of "use strict 'refs'" for strict.t t/pragma/strict-subs Tests of "use strict 'subs'" for strict.t @@ -1346,8 +1371,10 @@ util.c Utility routines util.h Dummy header utils/Makefile Extract the utility scripts utils/c2ph.PL program to translate dbx stabs to perl +utils/dprofpp.PL Perl code profile post-processor utils/h2ph.PL A thing to turn C .h files into perl .ph files utils/h2xs.PL Program to make .xs files from C header files +utils/perlbc.PL Front-end for byte compiler utils/perlbug.PL A simple tool to submit a bug report utils/perlcc.PL Front-end for compiler utils/perldoc.PL A simple tool to find & display perl's documentation