remove extraneous code from the end of Catalyst::Log
Graham Knop [Mon, 3 Jun 2019 21:54:14 +0000 (23:54 +0200)]
lib/Catalyst/Log.pm

index 4fd3ef0..2b155d9 100644 (file)
@@ -363,7 +363,3 @@ This library is free software. You can redistribute it and/or modify
 it under the same terms as Perl itself.
 
 =cut
-
-__PACKAGE__->meta->make_immutable;
-
-1;