From: Graham Knop Date: Sun, 10 Mar 2019 03:37:21 +0000 (+0100) Subject: end module before pod X-Git-Tag: v5.9010~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=85def25ae515afa59d5ab06c0347672965797fa5;hp=080bb6202ae1dc9a786bb32afcb391f542c2f0fc end module before pod --- diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 1c4bb33..61a4e74 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -8,6 +8,9 @@ use warnings; our $VERSION = '5.9009'; +1; +__END__ + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -116,5 +119,3 @@ This is free software and content; you can redistribute it and/or modify it unde the same terms as the Perl 5 programming language system itself. =cut - -1;