Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Config::Any does not complain when Config::Tiny is not installed

by rjt (Curate)
on Oct 10, 2019 at 14:14 UTC ( [id://11107311]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Cannot load test.ini: required support modules are not available.
    Please install Config::Tiny at config_any.pl line 11.
    
  2. or download this
        # figure out what plugins we're using
        my @plugins = $force
            ? map { eval "require $_;"; $_; } @{ $args->{ force_plugins } 
    +}
            : $class->plugins;
    
  3. or download this
    my @missing = grep { !eval "require $_" } @plugins;
    die "Missing plugin(s): @missing" if @missing;
    

Log In?
Username:
Password:

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

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

    No recent polls found