type constraint messages work now (kinda) and other misc cleanup so that tests run...
authorStevan Little <stevan.little@iinteractive.com>
Mon, 28 Jan 2008 02:45:26 +0000 (02:45 +0000)
committerStevan Little <stevan.little@iinteractive.com>
Mon, 28 Jan 2008 02:45:26 +0000 (02:45 +0000)
commit688fcdda5c37b86784f8a923b636bdbbf47181d5
treee768ef9141d482a369b3326845a5f1b3a3c461b9
parent9edba990401a61d4319cfcf02205186e1713071d
type constraint messages work now (kinda) and other misc cleanup so that tests run (see Changelog)
17 files changed:
Changes
MANIFEST
Makefile.PL
README
lib/Moose.pm
lib/Moose/Meta/Attribute.pm
lib/Moose/Meta/Method/Accessor.pm
lib/Moose/Meta/Method/Constructor.pm
lib/Moose/Meta/TypeConstraint.pm
t/010_basics/012_rebless.t
t/020_attributes/012_misc_attribute_tests.t
t/040_type_constraints/001_util_type_constraints.t
t/040_type_constraints/008_union_types.t
t/040_type_constraints/022_custom_type_errors.t
t/050_metaclasses/010_extending_and_embedding.t [new file with mode: 0644]
t/050_metaclasses/011_init_meta.t [new file with mode: 0644]
t/300_immutable/003_immutable_meta_class.t