Build Status MetaCPAN Release

NAME

findeps - A simple command-line tool that makes ready to run Perl script on any environment

SYNOPSIS

$ findeps your_product.pl | cpanm
$ findeps Plack.psgi | cpanm
$ findeps index.cgi | cpanm
$ findeps t/00_compile.t | cpanm

#On directory of the modules you made
$ findeps Your::Module | cpanm

Now you're ready to run the product you've made with many modules without installing them every single time

DESCRIPTION

findeps is a command line tool that resolves dependencies from too many Perl modules

scandeps.pl requires you to have CPANPLUS that was deprecated in v5.17.9 and removed from v5.19.0 on CORE

So I did reinvent what requires just only cpanm.

DANGEROUS OPTION

$ findeps --makeCpanfile Some::Module >| cpanfile

It may be useful when you build a new module with Minilla but NOT recommended yet

SEE ALSO

LICENSE

Copyright (C) worthmine.

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

AUTHOR

Yuki Yoshida(worthmine)