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

 

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

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

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

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

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

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

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



Inline::Wrapper::Module(3)           User Contributed Perl Documentation          Inline::Wrapper::Module(3)



NAME
       Inline::Wrapper::Module - Internal object wrapper for individual Inline modules.

SYNOPSIS
        use Inline::Wrapper::Module;

DESCRIPTION
       Inline::Wrapper::Module is used internally by Inline::Wrapper, and should not be used directly.  It
       will croak if you attempt to do so.

       It is a descendent class of Inline::Wrapper.

METHODS
   new()
       Takes the same arguments as "new()" in Inline::Wrapper, but also requires a module_name and lang_ext
       argument.

       Don't use this.  It will croak if you try to use it directly.

   initialize()
       Initialize the object instance.

   DESTROY()
       Destructor to clean up the object instance, and wipe the private code module namespace created when
       binding the symbol list.

INHERITANCE
       As Inline::Wrapper::Module is an inherited class from Inline::Wrapper, all methods that apply to the
       base class also apply to objects of this class.

       However, note that this has the following effects, due to the semantics of the load()/run() steps:

       auto_reload settings vs. when method effects take place:

        auto_reload value:  |  FALSE          TRUE
        --------------------+------------------------------------------set_base_dir() --------------------+-----------------------------------------set_base_dir()
        set_base_dir()      |  no effect      after next reload / run()
        set_language()      |  no effect      after next reload / run()
        add_language()      |  no effect      after next reload / run()

       Please read through "load()" in Inline::Wrapper and "run()" in Inline::Wrapper for insight into why
       the implementation works like this.

SEE ALSO
       Inline::Wrapper

       The Inline documentation.

       The Inline-FAQ list.

       The examples/ directory of this module's distribution.

AUTHOR
       Please kindly read through this documentation and the examples/ thoroughly, before emailing me with
       questions.  Your answer is likely in here.

       Also make sure that your issue is actually with the Inline::Wrapper modules, and not with Inline
       itself.

       Jason McManus (INFIDEL) -- "infidel AT cpan.org"

LICENSE
       Copyright (c) Jason McManus

       This module may be used, modified, and distributed under the same terms as Perl itself.  Please see
       the license that came with your Perl distribution for details.



perl v5.16.2                                     2010-03-10                       Inline::Wrapper::Module(3)

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

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

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