NAME
Perl::Critic::Policy::Bangs::ProhibitNoPlan
DESCRIPTION
Test::More should be given a plan indicting the number of tests to be run. This policy searches for instances of Test::More called with "no_plan".
CONSTRUCTOR
This policy looks for qw(no_plan). That can't be changed from the constructor.
AUTHOR
Andrew Moore <amoore@mooresystems.com>
ACKNOWLEDGEMENTS
Adapted from policies by Jeffrey Ryan Thalhammer <thaljef@cpan.org>, Based on App::Fluff by Andy Lester, "<andy at petdance.com>"
COPYRIGHT
Copyright (c) 2006 Andrew Moore <amoore@mooresystems.com>. 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.