X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=d46666854a9a5bccb67463997214a530a423b40d;hb=2d03114653e621a502f185949d1ae5400323d540;hp=da820a63e81495364926a0951be69391292bad93;hpb=c926270c10053fcd64f263e7b03f1a97e77bd709;p=gitmo%2FClass-C3.git diff --git a/MANIFEST b/MANIFEST index da820a6..d466668 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,16 @@ -Build.PL ChangeLog +inc/Module/AutoInstall.pm +inc/Module/Install.pm +inc/Module/Install/AutoInstall.pm +inc/Module/Install/Base.pm +inc/Module/Install/Build.pm +inc/Module/Install/Can.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Include.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/Win32.pm +inc/Module/Install/WriteAll.pm lib/Class/C3.pm lib/Class/C3/next.pm Makefile.PL @@ -19,12 +30,14 @@ t/20_reinitialize.t t/21_C3_with_overload.t t/22_uninitialize.t t/23_multi_init.t +t/24_more_overload.t t/30_next_method.t t/31_next_method_skip.t t/32_next_method_edge_cases.t t/33_next_method_used_with_NEXT.t t/34_next_method_in_eval.t t/35_next_method_in_anon.t +t/36_next_goto.t t/lib/A.pm t/lib/B.pm t/lib/C.pm