Perl 4 used '
as a package name separator when importing packages. Perl 5 provides the same feature , but uses ::
to separate package names. Use colons rather than quotes single quotation marks to separate packages.
Noncompliant Code Example
...
Tool | Diagnostic |
Perl::Critic | Variables::ProhibitPerl4PackageNames |
Bibliography
...