|
NAMECPANPLUS::Internals::Source::Memory - In memory implementation$cb->__memory_retrieve_source(name => $name, [path => $path, uptodate => BOOL, verbose => BOOL])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. $cb->__memory_save_source([verbose => BOOL, path => $path])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.
Visit the GSP FreeBSD Man Page Interface. |