get rid of some earlier trash, prepare for putting in the real code
authorBrandon L Black <blblack@gmail.com>
Thu, 12 Apr 2007 22:15:07 +0000 (22:15 +0000)
committerBrandon L Black <blblack@gmail.com>
Thu, 12 Apr 2007 22:15:07 +0000 (22:15 +0000)
commitfbe8c8c4b14d12e8f2e254abe7aab98c74391920
tree7f29aa1cec9ad4b00c175458b053ed26b00d4e0a
parent8995e8271e0f7f7b9c0942a4425e8a44099bf608
get rid of some earlier trash, prepare for putting in the real code
27 files changed:
Build.PL
lib/Class/C3/XS.pm
lib/Class/C3/XS.xs
t/00_load.t
t/01_MRO.t [deleted file]
t/02_MRO.t [deleted file]
t/03_MRO.t [deleted file]
t/04_MRO.t [deleted file]
t/05_MRO.t [deleted file]
t/06_MRO.t [deleted file]
t/10_Inconsistent_hierarchy.t [deleted file]
t/20_reinitialize.t [deleted file]
t/21_C3_with_overload.t [deleted file]
t/22_uninitialize.t [deleted file]
t/23_multi_init.t [deleted file]
t/30_next_method.t [deleted file]
t/31_next_method_skip.t [deleted file]
t/32_next_method_edge_cases.t [deleted file]
t/33_next_method_used_with_NEXT.t [deleted file]
t/34_next_method_in_eval.t [deleted file]
t/35_next_method_in_anon.t [deleted file]
t/lib/A.pm [deleted file]
t/lib/B.pm [deleted file]
t/lib/C.pm [deleted file]
t/lib/D.pm [deleted file]
t/lib/E.pm [deleted file]
t/lib/F.pm [deleted file]