From: Dave Rolsky Date: Fri, 5 Dec 2008 14:59:04 +0000 (+0000) Subject: update MANIFEST for test changes X-Git-Tag: 0.62_02~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad74703ae56222eda46da87b0e565384b92bb3a2;p=gitmo%2FMoose.git update MANIFEST for test changes --- diff --git a/MANIFEST b/MANIFEST index 0c33453..f3ead5e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -249,10 +249,11 @@ t/300_immutable/002_apply_roles_to_immutable.t t/300_immutable/003_immutable_meta_class.t t/300_immutable/004_inlined_constructors_n_types.t t/300_immutable/005_multiple_demolish_inline.t -t/300_immutable/006_immutable_nonmoose_subclass.t t/300_immutable/007_immutable_trigger_from_constructor.t t/300_immutable/008_immutable_constructor_error.t t/300_immutable/009_buildargs.t +t/300_immutable/010_constructor_is_not_moose.t +t/300_immutable/011_constructor_is_wrapped.t t/400_moose_util/001_moose_util.t t/400_moose_util/002_moose_util_does_role.t t/400_moose_util/003_moose_util_search_class_by_role.t @@ -264,7 +265,6 @@ t/500_test_moose/004_test_moose_meta_ok.t t/600_todo_tests/001_exception_reflects_failed_constraint.t t/600_todo_tests/002_various_role_shit.t t/600_todo_tests/003_immutable_n_around.t -t/600_todo_tests/004_inlined_constructor_modified_new.t t/600_todo_tests/005_moose_and_threads.t t/lib/Bar.pm t/lib/Foo.pm