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