remove extra var declaration
Dave Rolsky [Fri, 29 Jan 2010 19:31:17 +0000 (13:31 -0600)]
moose-class/exercises/t/lib/MooseClass/Tests.pm

index 22b544b..4169bd8 100644 (file)
@@ -245,7 +245,6 @@ sub tests06 {
     my $withdraw_meth = $person_meta->get_method('withdraw');
     isa_ok( $withdraw_meth, 'Moose::Meta::Method::Delegation' );
 
-    my $ba_meta = BankAccount->meta;
     ok( $ba_meta->get_attribute('owner')->is_weak_ref,
         'owner attribute is a weak ref' );