CPANPLUS::Internals::Source::Memory - In memory implementation |
CPANPLUS::Internals::Source::Memory - In memory implementation
This method retrieves a storabled tree identified by $name
.
It takes the following arguments:
Will get information from the config file by default.
Returns a tree on success, false on failure.
This method saves all the parsed trees in storabled format if
Storable
is available.
It takes the following arguments:
Will get information from the config file by default.
Returns true on success, false on failure.
CPANPLUS::Internals::Source::Memory - In memory implementation |