--- trunk/t/02-frey-introspect.t 2008/07/15 18:06:27 137 +++ trunk/t/02-frey-introspect.t 2008/11/05 08:20:44 270 @@ -25,9 +25,9 @@ my $more = 5; -foreach my $package ( $f->classes ) { +foreach my $class ( $f->classes ) { - ok( my $o = Frey::Introspect->new( debug => $debug, package => $package ), 'new' ); + ok( my $o = Frey::Introspect->new( debug => $debug, class => $class ), 'new' ); isa_ok( $o, 'Frey::Introspect' ); diag dump( $o ) if $debug;