Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Criteria for when to use a cpan module

by Tux (Canon)
on Feb 01, 2019 at 22:03 UTC ( [id://1229266]=note: print w/replies, xml ) Need Help??


in reply to Criteria for when to use a cpan module

All credits to you for just thinking about it. Being aware that you put a burden on downstream users is a very nice start!

Points to think about: when depending om somethink like Moose is directly and indirectly depending on a whole bunch of other things already, so adding Path::Tiny is not that much of a problem anymore. It is more than likely that one of Moose's requirements already depends on it anyway.

The second thing to think about is how much back you want to support perl itself. 5.005? (probably not). 5.6.2? 5.8.4? 5.10.1? 5.12? Some modules you want to depend on (or like to use) might not support the perl *you* want to support.

Another thing to be aware of is the number of modules that already depend on the module you want to depend on: the position in the river of that module. The higher up-river (like Test::More) the more likely any of the other modules already installed on the system already depend on it: the chance that it already is installed is higher.


Enjoy, Have FUN! H.Merijn
  • Comment on Re: Criteria for when to use a cpan module

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 15:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found