CPANPLUS::Internals::Source::Memory - In memory implementation
This method retrieves a storabled tree identified by $name
.
It takes the following arguments:
The internal name for the source file to retrieve.
A flag indicating whether the file-cache is up-to-date or not.
The absolute path to the directory holding the source files.
A boolean flag indicating whether or not to be verbose.
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:
The absolute path to the directory holding the source files.
A boolean flag indicating whether or not to be verbose.
Will get information from the config file by default.
Returns true on success, false on failure.