convert all uses of Test::Exception to Test::Fatal.
authorKaren Etheridge <ether@cpan.org>
Sun, 24 Oct 2010 18:03:43 +0000 (11:03 -0700)
committerKaren Etheridge <ether@cpan.org>
Sun, 24 Oct 2010 18:09:04 +0000 (11:09 -0700)
commit13b8971fa6cc4edf7d55a2e5482820d62ba38f16
treeacfe17271fb8bbcfc378b1cb2af2cf4d3cdc84b6
parent7ac8038438a75837e0d4976dd45cb53f77124fb4
convert all uses of Test::Exception to Test::Fatal.
45 files changed:
Makefile.PL
t/001_basic.t
t/003_methods.t
t/004_advanced_methods.t
t/005_attributes.t
t/006_new_and_clone_metaclasses.t
t/010_self_introspection.t
t/011_create_class.t
t/012_package_variables.t
t/013_add_attribute_alternate.t
t/014_attribute_introspection.t
t/015_metaclass_inheritance.t
t/016_class_errors_and_edge_cases.t
t/017_add_method_modifier.t
t/018_anon_class.t
t/019_anon_class_keep_alive.t
t/020_attribute.t
t/021_attribute_errors_and_edge_cases.t
t/030_method.t
t/031_method_modifiers.t
t/041_metaclass_incompatibility.t
t/046_rebless_instance.t
t/047_rebless_with_extra_params.t
t/048_anon_class_create_init.t
t/049_metaclass_reinitialize.t
t/060_instance.t
t/061_instance_inline.t
t/062_custom_instance.t
t/070_immutable_metaclass.t
t/071_immutable_w_custom_metaclass.t
t/072_immutable_w_constructors.t
t/073_make_mutable.t
t/074_immutable_custom_trait.t
t/080_meta_package.t
t/081_meta_package_extension.t
t/083_load_class.t
t/085_load_class_gvstash_detect_bug.t
t/090_meta_method.t
t/100_BinaryTree_test.t
t/302_modify_parent_method.t
t/303_RT_39001_fix.t
t/305_RT_41255.t
t/313_before_after_dollar_under.t
t/315_magic.t
t/500_deprecated.t