Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I added a line in cpanfile specifying the minimum perl version, but I was expecting it to bail if the requirement wasn't met.
Instead, it only prints a line after it tries to install everything, saying the perl version isn't in the specified range.
I also added the requires line inside an
, but it behaves the same.on 'configure' => sub { }
Is there a way to make it bail on the perl version, before it wastes time trying to install a bunch of modules?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Requring minimum perl version in a cpanfile
by stevieb (Canon) on Jan 19, 2017 at 22:35 UTC | |
by Anonymous Monk on Jan 19, 2017 at 22:46 UTC | |
by Corion (Patriarch) on Jan 20, 2017 at 06:54 UTC | |
by Anonymous Monk on Jan 20, 2017 at 07:53 UTC | |
by Corion (Patriarch) on Jan 20, 2017 at 07:56 UTC | |
by Anonymous Monk on Jan 20, 2017 at 07:59 UTC | |
| |
|
Re: Requring minimum perl version in a cpanfile (cpanm bug)
by Anonymous Monk on Jan 20, 2017 at 02:11 UTC |