This manual page is for Mac OS X version 10.6

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



CPANPLUS::Shell::Default::Plugins::Cusormrs R:l::Default::Plugins::CustomSource(3pm)



NAME
       CPANPLUS::Shell::Default::Plugins::CustomSource

SYNOPSIS
           ### elaborate help text
           CPAN Terminal> /? cs

           ### add a new custom source
           CPAN Terminal> /cs --add file:///path/to/releases

           ### list all your custom sources by
           CPAN Terminal> /cs --list

           ### display the contents of a custom source by URI or ID
           CPAN Terminal> /cs --contents file:///path/to/releases
           CPAN Terminal> /cs --contents 1

           ### Update a custom source by URI or ID
           CPAN Terminal> /cs --update file:///path/to/releases
           CPAN Terminal> /cs --update 1

           ### Remove a custom source by URI or ID
           CPAN Terminal> /cs --remove file:///path/to/releases
           CPAN Terminal> /cs --remove 1

           ### Write an index file for a custom source, to share
           ### with 3rd parties or remote users
           CPAN Terminal> /cs --write file:///path/to/releases

           ### Make sure to save your sources when adding/removing
           ### sources, so your changes are reflected in the cache:
           CPAN Terminal> x

DESCRIPTION
       This is a "CPANPLUS::Shell::Default" plugin that can add custom sources to your CPANPLUS
       installation. This is a wrapper around the "custom module sources" code as outlined in "CUSTOM MODULE
       SOURCES" in CPANPLUS::Backend.

       This allows you to extend your index of available modules beyond what's available on "CPAN" with your
       own local distributions, or ones offered by third parties.



perl v5.10.0                                     2007-12NPLUS::Shell::Default::Plugins::CustomSource(3pm)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation to the Perl project. (See perlbug(1) for submission instructions.)
Bug reports
Report bugs in the functionality of the described tool or API to Apple through Bug Reporter and to the Perl project using perlbug(1).
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.