X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=d46666854a9a5bccb67463997214a530a423b40d;hb=ed5a217268b1f8b54cc4fff97d8e8a2a0f17f00b;hp=7a826d5328bcd3370053e47e3eaf3500f5e8ecb1;hpb=0d6538b9c1cb37126a43903efa2dbf19f61a7325;p=gitmo%2FClass-C3.git diff --git a/MANIFEST b/MANIFEST index 7a826d5..d466668 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,7 +1,21 @@ -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 MANIFEST This list of files +META.yml opt/c3.pm README t/00_load.t @@ -16,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