--- Class-Autouse-1.20/t/01_main.t- 2005-08-18 05:29:44 +0400 +++ Class-Autouse-1.20/t/01_main.t 2006-09-01 03:24:39 +0400 @@ -131,5 +131,5 @@ $coderef = 'foobar'; eval { $coderef = I->can('foo'); }; -like( $@, qr/^This is an expected error/, 'Bad existant ->can throws the expected error' ); +like( $@, qr/This is an expected error/, 'Bad existant ->can throws the expected error' ); is( $coderef, 'foobar', 'Assigned value from autoloading ->can remains unchanged' );