metaperl has asked for the wisdom of the Perl Monks concerning the following question:
written with Module::Install such that "make pod" will run the Perl script etc/build_pod.pluse inc::Module::Install; name 'DBIx-Cookbook'; all_from 'lib/DBIx/Cookbook.pm'; author q{Terrence Brannon <metaperl@gmail.com>}; license 'perl'; author_tests('xt'); build_requires 'Test::More'; requires 'DBI'; requires 'MooseX::App::Cmd'; auto_install; WriteAll;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding additional targets to Module::Install
by bingos (Vicar) on Apr 14, 2010 at 12:18 UTC | |
by metaperl (Curate) on Apr 14, 2010 at 17:45 UTC |