in reply to How to declare a dependency on PerlIO in a CPAN module?
Hmm ... *cough*
Syntax::Construct, IO::String , https://metacpan.org/pod/CPAN::Meta::Spec#prereqs
prereqs => { runtime => { requires => { 'perl' => '5.006',
perlver / Perl::MinimumVersion,
$ perlver foooooo.pl ----------------------------------------- | file | explicit | syntax | external | | ----------------------------------------- | | foooooo.pl | ~ | v5.8.0 | n/a | | ----------------------------------------- | | Minimum explicit version : ~ | | Minimum syntax version : v5.8.0 | | Minimum version of perl : v5.8.0 | -----------------------------------------
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to declare a dependency on PerlIO in a CPAN module?
by jcb (Parson) on Sep 01, 2019 at 05:18 UTC | |
by Anonymous Monk on Sep 01, 2019 at 06:48 UTC | |
by jcb (Parson) on Sep 01, 2019 at 22:39 UTC | |
by Anonymous Monk on Sep 01, 2019 at 22:56 UTC |