in reply to List all modules and versions used by a program

There's also Devel::Modlist, used like

perl -d:Modlist=options script.pl perl -MDevel::Modlist=options script.pl # equivalent
which is handy as it doesn't require any modification of the program itself.

lodin

  • Comment on Re: List all modules and versions used by a program (Devel::Modlist)
  • Download Code