update distar url
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
index 63b9ba6..401f335 100644 (file)
@@ -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