in reply to Re^2: Using config::any
in thread Using config::any
load() is not a documented method of Config::Any. Developers provide an interface for you to interact with their modules (e.g. Config::Any's Interface) which you can generally expect to be stable across versions of a module: these are the only methods you should use. They may write other methods for the implementation of their modules: these may change at any time without notice. Perhaps load() was such a method at one time.
Voting/Experience System explains about voting - there's a link to this in the panel on the right-hand side in the Information section.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using config::any
by ItsyBitsy (Novice) on Jun 01, 2012 at 08:06 UTC |