Skip to content

Commit

Permalink
Don't immutalize the meta accessor class to prevent breakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Feb 3, 2009
1 parent b41ad5f commit a95b48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MooseX/Emulate/Class/Accessor/Fast/Meta/Accessor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ sub generate_accessor_method_inline {
}

no Moose;
__PACKAGE__->meta->make_immutable;

1;

0 comments on commit a95b48a

Please sign in to comment.