X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FBase.pm;h=401f335f04c0ee73f99b3041684fcff0ba74e661;hb=480d94b5f34577816d44fe05389ca5a085179363;hp=63b9ba6bc4577155a901d12317e022521ba59b7f;hpb=ccccf0840ba699aabcc6bc5f2189d74a0294148c;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Base.pm b/lib/Catalyst/Base.pm index 63b9ba6..401f335 100644 --- a/lib/Catalyst/Base.pm +++ b/lib/Catalyst/Base.pm @@ -9,6 +9,8 @@ after 'BUILD' => sub { no Moose; +__PACKAGE__->meta->make_immutable; + 1; __END__ @@ -35,7 +37,7 @@ Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it under +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut