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::Bangs::ProhibitNoPlan - Know what you're going to test.

AFFILIATION

This Policy is part of the Perl::Critic::Bangs distribution.

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".

CONFIGURATION

This Policy is not configurable except for the standard options.

AUTHOR

Andrew Moore <amoore@mooresystems.com>

ACKNOWLEDGMENTS

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-2009 Andy Lester <andy@petdance.com> and Andrew Moore <amoore@mooresystems.com>

This library is free software; you can redistribute it and/or modify it under the terms of either the GNU Public License v3, or the Artistic License 2.0.

    * http://www.gnu.org/copyleft/gpl.html

    * http://www.opensource.org/licenses/artistic-license-2.0.php