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

 

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

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

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

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

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

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

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



DBIx::Class::Carp(3)                 User Contributed Perl Documentation                DBIx::Class::Carp(3)



NAME
       DBIx::Class::Carp - Provides advanced Carp::Clan-like warning functions for DBIx::Class internals

DESCRIPTION
       Documentation is lacking on purpose - this an experiment not yet fit for mass consumption. If you use
       this do not count on any kind of stability, in fact don't even count on this module's continuing
       existence (it has been noindexed for a reason).

       In addition to the classic interface:

         use DBIx::Class::Carp '^DBIx::Class'

       this module also supports a class-data based way to specify the exclusion regex. A message is only
       carped from a callsite that matches neither the closed over string, nor the value of
       "_skip_namespace_frames" as declared on the first callframe origin.

CLASS ATTRIBUTES
   _skip_namespace_frames
       A classdata attribute holding the stringified regex matching callsites that should be skipped by the
       carp methods below. An empty string "q{}" is treated like no setting/"undef" (the distinction is
       necessary due to semantics of the class data accessors provided by Class::Accessor::Grouped)

EXPORTED FUNCTIONS
       This module export the following 3 functions. Only warning related "carp*" is being handled here, for
       "croak"-ing you must use "throw_exception" in DBIx::Class::Schema or DBIx::Class::Exception.

   carp
       Carps message with the file/line of the first callsite not matching "_skip_namespace_frames" nor the
       closed-over arguments to "use DBIx::Class::Carp".

   carp_unique
       Like "carp" but warns once for every distinct callsite (subject to the same ruleset as "carp").

   carp_once
       Like "carp" but warns only once for the life of the perl interpreter (regardless of callsite).



perl v5.12.5                                     2011-05-10                             DBIx::Class::Carp(3)

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

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

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