--- trunk/t/01-frey-config.t 2008/10/31 23:10:08 221 +++ trunk/t/01-frey-config.t 2008/11/01 13:17:45 229 @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 12; +use Test::More tests => 11; use lib 'lib'; use Data::Dump qw/dump/; @@ -39,5 +39,4 @@ cmp_ok( $o->config->{test}, 'eq', $o->config('Test::Mock')->{test}, 'text' ); -ok( ! eval { $o->config('non-existenting') }, 'non-existing' ); -ok( $@, 'detected' ); +ok( ! $o->config('non-existenting'), 'non-existing' );