Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

DCL05-PL

Low

Improbable

Low

P6

L2

Automated Detection

Tool

Diagnostic

Perl::Critic

Variables::ProhibitPerl4PackageNames

Bibliography

 

 

...

Image Modified Image Modified Image Modified