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:
parent
4fabea706d
commit
93ea47a4c0
62 changed files with 63 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
package WebGUI::Help::Asset_EventManagementSystem; ## Be sure to change the package name to match your filename.
|
||||
use strict
|
||||
|
||||
##Stub document for creating help documents.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue