The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Gungho::Component.ja - Gunghoコンポーネント親クラス

SYNOPSIS

  package MyComponent;
  use base qw(Gungho::Component);

  # in your conf
  ---
  components:
    - +MyComponent
    - Authentication::Basic

DESCRIPTION

Gungho::ComponentはGunghoを拡張するための部品です。プラグインとは違い、 Gungho::ComponentはGunghoのリクエストサイクル動作を継承により変更します。

新規にComponentを作成する場合はGungho::Componentから継承するモジュールを 作成し、components項目に指定してください。