Versions Compared

Key

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

...

Here is a list of deprecated functions along with their recommended alternatives if available:

Deprecated

Preferred

die()

Carp::croak()

warn()

Carp::carp()

-t

IO::Interactive

format()

Template, Perl6::Form

The following modules are also deprecated:

Deprecated

Preferred

base

parent

Noncompliant Code Example (die())

...

Using deprecated or obsolete classes or methods in program code can lead to erroneous behavior.

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

EXP30-PL

Medium

Probable

Low

P12

L1

Automated Detection

Tool

Diagnostic

Perl::Critic

 

 



ErrorHandling::RequireCarping

InputOutput::ProhibitInteractiveTest

Miscellanea::ProhibitFormats

Security Reviewer - Static Reviewer

PERL_S37

Related Guidelines

Bibliography

...


...

Image Modified Image Modified Image Modified