in reply to Correct way to use stricures in CPAN module
strictures was never in core:
g:\Systeme\Regis-TR\XML>corelist strictures strictures was not in CORE (or so I think)
You should specify such prerequisites in your Makefile.PL (and from there, in your META.yml and META.json):
... PREREQ_PM => { strictures => 0, ...
Debugging your list of prerequisites is always fun :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Correct way to use stricures in CPAN module
by cLive ;-) (Prior) on Jul 13, 2017 at 14:32 UTC |