A mutable class will throw errors from inside CMOP, and that's expected
Dave Rolsky [Fri, 14 Oct 2011 21:33:15 +0000 (16:33 -0500)]
t/metaclasses/custom_error_class.t

index a4408e1..9a96f2e 100644 (file)
@@ -122,11 +122,6 @@ use Test::Requires {
         $error->error, 'Attribute (test1) is required',
         'got the right message (mutable class)'
     );
-    is(
-        $error->package, 'My::TestMutable',
-        'got the right package (mutable class)'
-    );
-    is( $error->line, 42, 'got the right line (mutable class)' );
 }
 
 done_testing;