1CPANPLUS::Internals::SoUusrecre:C:oMnetmroirbyu(t3e)d PeCrPlANDPoLcUuSm:e:nItnatteironnals::Source::Memory(3)
2
3
4

NAME

6       CPANPLUS::Internals::Source::Memory - In memory implementation
7
8   $cb->__memory_retrieve_source(name => $name, [path => $path, uptodate =>
9       BOOL, verbose => BOOL])
10       This method retrieves a storabled tree identified by $name.
11
12       It takes the following arguments:
13
14       name
15           The internal name for the source file to retrieve.
16
17       uptodate
18           A flag indicating whether the file-cache is up-to-date or not.
19
20       path
21           The absolute path to the directory holding the source files.
22
23       verbose
24           A boolean flag indicating whether or not to be verbose.
25
26       Will get information from the config file by default.
27
28       Returns a tree on success, false on failure.
29
30   $cb->__memory_save_source([verbose => BOOL, path => $path])
31       This method saves all the parsed trees in storabled format if
32       "Storable" is available.
33
34       It takes the following arguments:
35
36       path
37           The absolute path to the directory holding the source files.
38
39       verbose
40           A boolean flag indicating whether or not to be verbose.
41
42       Will get information from the config file by default.
43
44       Returns true on success, false on failure.
45
46
47
48perl v5.30.1                      2019-12C-P1A0NPLUS::Internals::Source::Memory(3)
Impressum