Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Correct way to use stricures in CPAN module

by Corion (Patriarch)
on Jul 13, 2017 at 13:55 UTC ( [id://1195028]=note: print w/replies, xml ) Need Help??


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

    I noticed there was an omission in my prerequisites for YAML::XS (but I made that optional through an eval, so I figured that was fine).

    Good to know strictures needs to be in the prereq list, but I'm wondering why Makefile.PL didn't pick it up. Hmmm.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1195028]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 05:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found