projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d401eda
)
more tweaks
Stevan Little [Mon, 8 Aug 2005 02:02:55 +0000 (
02:02
+0000)]
ChangeLog
patch
|
blob
|
blame
|
history
MANIFEST
patch
|
blob
|
blame
|
history
t/10_Inconsistent_hierarchy.t
[moved from
t/20_Inconsistent_hierarchy.t
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/MANIFEST
b/MANIFEST
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
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