in reply to Re: CPAN modules for inspecting a Perl distribution?
in thread CPAN modules for inspecting a Perl distribution?

Devel::Examine::Subs look promising.

Thanks!

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: CPAN modules for inspecting a Perl distribution?

Replies are listed 'Best First'.
Re^3: CPAN modules for inspecting a Perl distribution?
by stevieb (Canon) on Oct 15, 2018 at 15:25 UTC

    I'm the author of Devel::Examine::Subs, so if you have any issues or questions, feel free to ask away here, or email me using my CPAN page's address.

      I'll bite :) download examine-subs.pl, install the prereqs if you don't have them yet and run it on your site_perl:

      $ cpan Data::Peek Devel::Examine::Subs Digest::SHA SourceCode::LineCou +nter::Perl String::CommonPrefix $ perl examine-subs --site -v : : long wait : /pro/lib/perl5/site_perl/5.28.0/Tk/DHList_v1.pm /pro/lib/perl5/site_perl/5.28.0/Tk/DTree.pm /pro/lib/perl5/site_perl/5.28.0/Tk/DiffText.pm /pro/lib/perl5/site_perl/5.28.0/Tk/FileDialog.pm Can't call method "serialize" on an undefined value at /pro/lib/perl5/ +site_perl/5.28.0/Devel/Examine/Subs.pm line 769. Exit 255

      Enjoy, Have FUN! H.Merijn

        Hey there Tux,

        I'll gladly try to repro, but the link you specified throws: "The requested URL was not found on this server.".

        Could you paste the code here, or correct the link?

        Thanks,

        -stevieb