The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Module::Advisor - check a modules you are installed

SYNOPSIS
        use Module::Advisor;
        Module::Advisor->new()->check();

DESCRIPTION
    Module::Advisor checks a modules you are installed, in tokuhirom's rule.

AUTHOR
    Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>

SEE ALSO
LICENSE
    Copyright (C) Tokuhiro Matsuno

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.