X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=a6535496db186b341c985427b508b723a13d5775;hb=93e4bb3f70bb211cd79b0275dd180b394d7bf8bd;hp=002d31e3b0ac6b1afce4f5ae945c32d8b83882bc;hpb=620971c39ba7391be4df0ccdb50801da16438ce3;p=gitmo%2FClass-C3.git diff --git a/MANIFEST b/MANIFEST index 002d31e..a653549 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,11 +1,22 @@ -Build.PL ChangeLog +inc/Module/AutoInstall.pm +inc/Module/Install.pm +inc/Module/Install/AutoInstall.pm +inc/Module/Install/Base.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 MANIFEST This list of files META.yml -Makefile.PL -README -lib/Class/C3.pm opt/c3.pm +README t/00_load.t t/01_MRO.t t/02_MRO.t @@ -18,12 +29,15 @@ 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/37_mro_warn.t t/lib/A.pm t/lib/B.pm t/lib/C.pm