in reply to CPAN modules for inspecting a Perl distribution?

Have a look into the tools mentioned in this thread:

Searching for duplication in legacy code

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

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

Replies are listed 'Best First'.
Re^2: CPAN modules for inspecting a Perl distribution?
by nysus (Parson) on Oct 12, 2018 at 20:36 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