1CPANPLUS::Shell::DefaultP:e:rPlClPuPAgrNioPngLsrU:aS:m:Cm:ueSsrhtseolmRlSe:of:ueDrrecefena(cu3elptmG:)u:iPdleugins::CustomSource(3pm)
2
3
4
6 CPANPLUS::Shell::Default::Plugins::CustomSource
7
9 ### elaborate help text
10 CPAN Terminal> /? cs
11
12 ### add a new custom source
13 CPAN Terminal> /cs --add file:///path/to/releases
14
15 ### list all your custom sources by
16 CPAN Terminal> /cs --list
17
18 ### display the contents of a custom source by URI or ID
19 CPAN Terminal> /cs --contents file:///path/to/releases
20 CPAN Terminal> /cs --contents 1
21
22 ### Update a custom source by URI or ID
23 CPAN Terminal> /cs --update file:///path/to/releases
24 CPAN Terminal> /cs --update 1
25
26 ### Remove a custom source by URI or ID
27 CPAN Terminal> /cs --remove file:///path/to/releases
28 CPAN Terminal> /cs --remove 1
29
30 ### Write an index file for a custom source, to share
31 ### with 3rd parties or remote users
32 CPAN Terminal> /cs --write file:///path/to/releases
33
34 ### Make sure to save your sources when adding/removing
35 ### sources, so your changes are reflected in the cache:
36 CPAN Terminal> x
37
39 This is a "CPANPLUS::Shell::Default" plugin that can add custom sources
40 to your CPANPLUS installation. This is a wrapper around the "custom
41 module sources" code as outlined in "CUSTOM MODULE SOURCES" in
42 CPANPLUS::Backend.
43
44 This allows you to extend your index of available modules beyond what's
45 available on "CPAN" with your own local distributions, or ones offered
46 by third parties.
47
48
49
50perl v5.12.4 CPANPLUS2:0:1S1h-e0l6l-:0:7Default::Plugins::CustomSource(3pm)