From: Stevan Little Date: Mon, 8 Aug 2005 02:02:55 +0000 (+0000) Subject: more tweaks X-Git-Tag: 0_05~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=60de85f783f67486510a298104e1519388d3cd16 more tweaks --- diff --git a/ChangeLog b/ChangeLog index 7838924..4d8d8ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Revision history for Perl extension Class::C3. 0.02 - Sun, Aug 7, 2005 - code refactoring and comments added + - added many more tests + - added optional 'c3' pragma 0.01 - Sun, Aug 7, 2005 - initial release of module diff --git a/MANIFEST b/MANIFEST index 170b951..9540575 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,8 +3,19 @@ Makefile.PL MANIFEST README lib/Class/C3.pm +opt/c3.pm t/00_load.t t/01_MRO.t t/02_MRO.t +t/03_MRO.t +t/04_MRO.t +t/05_MRO.t +t/10_Inconsistent_hierarchy.t t/pod.t t/pod_coverage.t +t/lib/A.pm +t/lib/B.pm +t/lib/C.pm +t/lib/D.pm +t/lib/E.pm +t/lib/F.pm diff --git a/t/20_Inconsistent_hierarchy.t b/t/10_Inconsistent_hierarchy.t similarity index 100% rename from t/20_Inconsistent_hierarchy.t rename to t/10_Inconsistent_hierarchy.t