in reply to Re^2: Requring minimum perl version in a cpanfile
in thread Requring minimum perl version in a cpanfile
Your Makefile.PL can be as simple as
use inc::Module::Install; name 'Dist-Name'; all_from 'lib/Dist/Name.pm'; do 'cpanfile'; ## as cpanfile uses Module::Install syntax perl_version '5.666'; ## make it die WriteAll;
See Module::Install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Requring minimum perl version in a cpanfile ( inc::Module::Install )
by Corion (Patriarch) on Jan 20, 2017 at 07:56 UTC | |
by Anonymous Monk on Jan 20, 2017 at 07:59 UTC | |
by Corion (Patriarch) on Jan 20, 2017 at 08:01 UTC | |
by Anonymous Monk on Jan 20, 2017 at 08:22 UTC | |
by Corion (Patriarch) on Jan 20, 2017 at 08:33 UTC | |
by Anonymous Monk on Jan 20, 2017 at 23:15 UTC |