NAME
findeps - A command-line tool that resolves dependencies from modules
SYNOPSIS
just run like below:
$ findeps your_product.pl | cpanm
$ findeps Plack.psgi | cpanm
$ findeps index.cgi | cpanm
$ findeps t/00_compile.t | cpanm
Now you can run the product you've made with many modules without installing them every time
DESCRIPTION
findeps is a simple command line program for ready to run.
scandeps.pl requires you to have CPANPLUS, but this requires just only cpanm.
DANGER OPTION
$ findeps --makeCpanfile Some::Module >| cpanfile
it may be useful when you build a new module with Minilla but NOT recommend
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)