X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=53510aeb9f135fa8bde8c06a77ea623d277e4ec7;hb=63575281672bbbaaf04505eb965051807623f028;hp=85b651437d79e1ab9fe16d702813abe050d86eca;hpb=9d40afd19ff47f5f5e62fab1f340c175ed9224e4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 85b6514..53510ae 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2252,6 +2252,7 @@ lib/Module/Pluggable/t/lib/No/Middle.pm Module::Pluggable tests lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm Module::Pluggable tests lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm Module::Pluggable tests lib/Module/Pluggable/t/lib/TA/C/A/I.pm Module::Pluggable tests +lib/mro.pm mro extension lib/Net/Changes.libnet libnet lib/Net/Cmd.pm libnet lib/Net/Config.eg libnet @@ -2846,6 +2847,7 @@ lib/Time/Local.t See if Time::Local works lib/Time/localtime.pm By-name interface to Perl's builtin localtime lib/Time/localtime.t Test for Time::localtime lib/Time/tm.pm Internal object for Time::{gm,local}time +lib/Unicode/Collate/allkeys.txt Unicode::Collate lib/Unicode/Collate/Changes Unicode::Collate lib/Unicode/Collate/keys.txt Unicode::Collate lib/Unicode/Collate.pm Unicode::Collate @@ -2954,6 +2956,7 @@ mpeix/mpeixish.h MPE/iX port mpeix/mpeix_setjmp.c MPE/iX port mpeix/nm MPE/iX port mpeix/relink MPE/iX port +mro.c Method Resolution Order code myconfig.SH Prints summary of the current configuration NetWare/bat/Buildtype.bat NetWare port NetWare/bat/SetCodeWar.bat NetWare port @@ -3620,6 +3623,36 @@ t/lib/warnings/toke Tests for toke.c for warnings.t 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/mro/basic_01_c3.t mro tests +t/mro/basic_01_dfs.t mro tests +t/mro/basic_02_c3.t mro tests +t/mro/basic_02_dfs.t mro tests +t/mro/basic_03_c3.t mro tests +t/mro/basic_03_dfs.t mro tests +t/mro/basic_04_c3.t mro tests +t/mro/basic_04_dfs.t mro tests +t/mro/basic_05_c3.t mro tests +t/mro/basic_05_dfs.t mro tests +t/mro/basic.t mro tests +t/mro/c3_with_overload.t mro tests +t/mro/complex_c3.t mro tests +t/mro/complex_dfs.t mro tests +t/mro/dbic_c3.t mro tests +t/mro/dbic_dfs.t mro tests +t/mro/inconsistent_c3.t mro tests +t/mro/method_caching.t mro tests +t/mro/next_method_edge_cases.t mro tests +t/mro/next_method_in_anon.t mro tests +t/mro/next_method_in_eval.t mro tests +t/mro/next_method_skip.t mro tests +t/mro/next_method.t mro tests +t/mro/next_method_used_with_NEXT.t mro tests +t/mro/overload_c3.t mro tests +t/mro/overload_dfs.t mro tests +t/mro/recursion_c3.t mro tests +t/mro/recursion_dfs.t mro tests +t/mro/vulcan_c3.t mro tests +t/mro/vulcan_dfs.t mro tests Todo.micro The Wishlist for microperl toke.c The tokener t/op/64bitint.t See if 64 bit integers work @@ -3685,6 +3718,7 @@ t/op/inc.t See if inc/dec of integers near 32 bit limit work t/op/index.t See if index works t/op/int.t See if int works t/op/join.t See if join works +t/op/kill0.t See if kill(0, $pid) works t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work t/op/lc_user.t See if user-defined lc et alia work t/op/length.t See if length works