NAME
Perl::Critic::Policy::Modules::ProhibitRequireStatements
DESCRIPTION
require
statements aren't really deprecated, but ever since Perl 5, the use
pragma is the norm. There are some perfectly legitimate reasons to use require
, but most are outside the realm of everyday programming. The primary goal of this policy is to steer people toward writing *.pm modules instead of old-school *.pl libraries.
AUTHOR
Jeffrey Ryan Thalhammer <thaljef@cpan.org>
Copyright (c) 2005 Jeffrey Ryan Thalhammer. 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.