more tweaks
Stevan Little [Mon, 8 Aug 2005 02:02:55 +0000 (02:02 +0000)]
ChangeLog
MANIFEST
t/10_Inconsistent_hierarchy.t [moved from t/20_Inconsistent_hierarchy.t with 100% similarity]

index 7838924..4d8d8ae 100644 (file)
--- 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
index 170b951..9540575 100644 (file)
--- 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