X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funit_utils_load_class.t;h=c2535d26d07eb3880b103b3ccf194b7bbf691e81;hp=510d9c164262f4946f33d4cd755270613948e80c;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/unit_utils_load_class.t b/t/unit_utils_load_class.t index 510d9c1..c2535d2 100644 --- a/t/unit_utils_load_class.t +++ b/t/unit_utils_load_class.t @@ -59,7 +59,7 @@ is( $@, "foo", '$@ is untouched' ); undef $@; eval { Catalyst::Utils::ensure_class_loaded("This::Module::Is::Not::In::Inc::But::Does::Exist") }; -ok( !$@, "no error when loading non existent .pm that *does* have a symbol table entry" ); +ok( !$@, "no error when loading non existent .pm that *does* have a symbol table entry" ); undef $@; eval { Catalyst::Utils::ensure_class_loaded('Silly::File::.#Name') };