Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Avoiding extra dependencies in co-developed module and application

by jeffa (Bishop)
on Dec 10, 2015 at 22:54 UTC ( [id://1149964]=note: print w/replies, xml ) Need Help??


in reply to Avoiding extra dependencies in co-developed module and application

"Make my tool look up required dependencies and ask politely to install them if missing."

This is exactly how i solved a similar problem i had with Spreadsheet::HTML. If the client does not use certain features that require dependencies, why require those dependencies. I do this via eval and as such, i lost the ability to import methods/functions, but always found a work around. You can see more here, but the edited version is:

eval "use Spreadsheet::Read"; our $NO_READER = $@; # and then later return [[ "cannot load $file" ],[ 'please install Spreadsheet::Read' +]] if $NO_READER;
Which is presented back to the client. Hope this helps.

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)
  • Comment on Re: Avoiding extra dependencies in co-developed module and application
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2026-05-13 00:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.