Versions Compared

Key

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

...

Here is a list of CPAN modules that are deprecated, according to Perl::Critic.

Deprecated

Class::ISA

Pod::Plainer

Shell

Switch

Universal::isa

Universal::can

Universal::VERSION

Noncompliant Code Example (Universal::can())

...

Code Block
bgColor#ccccff
langperl
# use UNIVERSAL qw(can);  # deprecated

# ... rest of code

Risk Assessment

...