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

UNIVERSAL::can()

object . can() method

UNIVERSAL::isa()

object . isa() method

die()

Carp::croak()

warn()

Carp::carp()

-t

IO::Interactive

format()

Template, Perl6::Form

Noncompliant Code Example (die())

...