The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl::Critic::Policy::Documentation::RequirePodAtEnd

DESCRIPTION

Perl stops processing code when it sees an __END__ statement. So, to save processor cycles, it's more efficient to store all documentation after the __END__. This policy issues violations if any POD is found before an __END__.

AUTHOR

Chris Dolan <cdolan@cpan.org>

COPYRIGHT

Copyright (c) 2006 Chris Dolan. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module