Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



CPANPLUS::Configure(3pm)              Perl Programmers Reference Guide              CPANPLUS::Configure(3pm)



NAME
       CPANPLUS::Configure - configuration for CPANPLUS

SYNOPSIS
           $conf   = CPANPLUS::Configure->new( );

           $bool   = $conf->can_save;
           $bool   = $conf->save( $where );

           @opts   = $conf->options( $type );

           $make       = $conf->get_program('make');
           $verbose    = $conf->set_conf( verbose => 1 );

DESCRIPTION
       This module deals with all the configuration issues for CPANPLUS.  Users can use objects created by
       this module to alter the behaviour of CPANPLUS.

       Please refer to the "CPANPLUS::Backend" documentation on how to obtain a "CPANPLUS::Configure"
       object.

METHODS
   $Configure = CPANPLUS::Configure->new( load_configs => BOOL )
       This method returns a new object. Normal users will never need to invoke the "new" method, but
       instead retrieve the desired object via a method call on a "CPANPLUS::Backend" object.

       load_configs
           Controls whether or not additional user configurations are to be loaded or not. Defaults to
           "true".

   $bool = $Configure->init( [rescan => BOOL])
       Initialize the configure with other config files than just the default 'CPANPLUS::Config'.

       Called from "new()" to load user/system configurations

       If the "rescan" option is provided, your disk will be examined again to see if there are new config
       files that could be read. Defaults to "false".

       Returns true on success, false on failure.

   can_save( [$config_location] )
       Check if we can save the configuration to the specified file.  If no file is provided, defaults to
       your personal config.

       Returns true if the file can be saved, false otherwise.

   $file = $conf->save( [$package_name] )
       Saves the configuration to the package name you provided.  If this package is not
       "CPANPLUS::Config::System", it will be saved in your ".cpanplus" directory, otherwise it will be
       attempted to be saved in the system wide directory.

       If no argument is provided, it will default to your personal config.

       Returns the full path to the file if the config was saved, false otherwise.

   options( type => TYPE )
       Returns a list of all valid config options given a specific type (like for example "conf" of
       "program") or false if the type does not exist

ACCESSORS
       Accessors that start with a "_" are marked private -- regular users should never need to use these.

       See the "CPANPLUS::Config" documentation for what items can be set and retrieved.

   get_SOMETHING( ITEM, [ITEM, ITEM, ... ] );
       The "get_*" style accessors merely retrieves one or more desired config options.

   set_SOMETHING( ITEM => VAL, [ITEM => VAL, ITEM => VAL, ... ] );
       The "set_*" style accessors set the current value for one or more config options and will return true
       upon success, false on failure.

   add_SOMETHING( ITEM => VAL, [ITEM => VAL, ITEM => VAL, ... ] );
       The "add_*" style accessor adds a new key to a config key.

       Currently, the following accessors exist:

       set|get_conf
           Simple configuration directives like verbosity and favourite shell.

       set|get_program
           Location of helper programs.

       _set|_get_build
           Locations of where to put what files for CPANPLUS.

       _set|_get_source
           Locations and names of source files locally.

       _set|_get_mirror
           Locations and names of source files remotely.

       _set|_get_fetch
           Special settings pertaining to the fetching of files.

BUG REPORTS
       Please report bugs or other issues to <bug-cpanplus@rt.cpan.org<gt>.

AUTHOR
       This module by Jos Boumans <kane@cpan.org>.

COPYRIGHT
       The CPAN++ interface (of which this module is a part of) is copyright (c) 2001 - 2007, Jos Boumans
       <kane@cpan.org>. All rights reserved.

       This library is free software; you may redistribute and/or modify it under the same terms as Perl
       itself.

SEE ALSO
       CPANPLUS::Backend, CPANPLUS::Configure::Setup, CPANPLUS::Config



perl v5.16.2                                     2012-10-25                         CPANPLUS::Configure(3pm)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.