--- trunk/t/03-frey-pod.t 2008/07/14 23:12:48 126 +++ trunk/t/03-frey-pod.t 2008/10/31 19:53:50 214 @@ -13,7 +13,7 @@ use_ok('Frey::Pod'); } -ok( my $o = Frey::Pod->new( class => 'Strix::User', debug => $debug ), 'new' ); +ok( my $o = Frey::Pod->new( class => 'Frey::Pod', debug => $debug ), 'new' ); isa_ok( $o, 'Frey::Pod' ); diag dump( $o ) if $debug;