in reply to List all modules and versions used by a program
There's also Devel::Modlist, used like
which is handy as it doesn't require any modification of the program itself.perl -d:Modlist=options script.pl perl -MDevel::Modlist=options script.pl # equivalent
lodin
|
|---|