Skip to content

Commit

Permalink
made class meta immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewalker committed Apr 24, 2012
1 parent bcb87e8 commit b4e19c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Catalyst/IOC/Container.pm
Expand Up @@ -765,6 +765,8 @@ sub expand_component_module {
return Devel::InnerPackage::list_packages( $module ); return Devel::InnerPackage::list_packages( $module );
} }


__PACKAGE__->meta->make_immutable;

1; 1;


__END__ __END__
Expand Down

0 comments on commit b4e19c6

Please sign in to comment.