Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: common non-explicit dependencies besides LWP::Protocol::https ?

by ikegami (Patriarch)
on Jul 09, 2015 at 19:26 UTC ( [id://1134014]=note: print w/replies, xml ) Need Help??


in reply to common non-explicit dependencies besides LWP::Protocol::https ?

You're asking for a list of third-party plugins and other modules dynamically or conditionally used by commonly-used modules. A lot of modules have these. In fact, most large distributions probably do it.

Here's a few I've had to deal with:

  • DBI uses database drivers (DBD::*).
  • JSON uses JSON::PP or JSON::XS.
  • LWP uses protocols (usually LWP::Protocol::*).
  • syntax uses features (Syntax::Feature::*).
  • XML::SAX uses of many SAX-based XML parsers.
  • XML::Simple uses XML::Parser or XML::SAX.
  • Comment on Re: common non-explicit dependencies besides LWP::Protocol::https ?

Replies are listed 'Best First'.
Re^2: common non-explicit dependencies besides LWP::Protocol::https ?
by Anonymous Monk on Jul 09, 2015 at 21:03 UTC

    And thats just on the perl side of things, Wx for example has different widgets available based on which version of wxWidgets you install

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-26 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found