Perl::Critic has a policy check for putting any code

before you apply strictures (use strict, use warnings, etc.)
Add calls to use strict to each Help module.  This is probably
an overstrict interpretation of the rule.
This commit is contained in:
Colin Kuskie 2007-12-05 04:16:54 +00:00
parent 4fabea706d
commit 93ea47a4c0
62 changed files with 63 additions and 0 deletions

View file

@ -1,4 +1,5 @@
package WebGUI::Help::Asset_SQLForm;
use strict
our $HELP = {
'search record template' => {