updating the test numbers and adding the CountingClass test
authorStevan Little <stevan.little@iinteractive.com>
Thu, 2 Feb 2006 15:30:24 +0000 (15:30 +0000)
committerStevan Little <stevan.little@iinteractive.com>
Thu, 2 Feb 2006 15:30:24 +0000 (15:30 +0000)
commit1a7ebbb3e44301a39a8b5c57542ca8ae76a3e2d0
tree2e6d24fce3cf89efc51609e9ac815def3beb1e8c
parentfe122940cbe91ce499fbe50ad706fe3dc7c44fdf
updating the test numbers and adding the CountingClass test
15 files changed:
lib/Class/MOP.pm
lib/Class/MOP/Class.pm
t/000_load.t
t/001_basic.t
t/002_class_precedence_list.t
t/003_methods.t
t/004_advanced_methods.t
t/005_attributes.t
t/010_self_introspection.t
t/011_create_class.t
t/020_attribute.t
t/030_method.t
t/101_CountingClass_test.t [new file with mode: 0644]
t/lib/BinaryTree.pm
t/lib/CountingClass.pm [new file with mode: 0644]