Package : perl-Class-Sniff

Package details

Summary: Look for class composition code smells

Description:
*ALPHA* code. You've been warned.

The interface is rather ad-hoc at the moment and is likely to change. After
creating a new instance, calling the 'report' method is your best option.
You can then visually examine it to look for potential problems:

my $sniff = Class::Sniff->new({class => 'Some::Class'});
print $sniff->report;


URL: https://metacpan.org/release/Class-Sniff
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs