Bracket

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

    - inc
    - t
requires:
  Catalyst: '5.8000'
  Catalyst::Action::REST: 0
  Catalyst::Action::RenderView: 0
  Catalyst::Authentication::Store::DBIx::Class: 0
  Catalyst::Model::DBIC::Schema: '0.01'
  Catalyst::Plugin::Authentication: '0.10005'
  Catalyst::Plugin::ConfigLoader: 0
  Catalyst::Plugin::Session::State::Cookie: '0.11'
  Catalyst::Plugin::Session::Store::DBIC: 0
  Catalyst::Plugin::Static::Simple: 0
  Catalyst::View::TT: 0
  Config::General: 0
  Config::JFDI: 0
  Crypt::Eksblowfish::Bcrypt: 0
  DBIx::Class: '0.08120'
  DBIx::Class::EncodedColumn: 0
  DBIx::Class::Schema: 0
  DateTime: 0

Makefile.PL  view on Meta::CPAN

all_from 'lib/Bracket.pm';

requires(
    'Catalyst'                                     => '5.8000',
    'Catalyst::Action::RenderView'                 => 0,
    'Catalyst::Action::REST'                       => 0,
    'Catalyst::Authentication::Store::DBIx::Class' => 0,
    'Catalyst::Model::DBIC::Schema'                => '0.01',
    'Catalyst::Plugin::Authentication'             => '0.10005',
    'Catalyst::Plugin::ConfigLoader'               => 0,
    'Catalyst::Plugin::Session::State::Cookie'     => '0.11',
    'Catalyst::Plugin::Session::Store::DBIC'       => 0,
    'Catalyst::Plugin::Static::Simple'             => 0,
    'Catalyst::View::TT'                           => 0,
    'Config::General'                              => 0,
    'Config::JFDI'                                 => 0,
    'Crypt::Eksblowfish::Bcrypt'                   => 0,
    'DateTime',                                    => 0,
    'DBIx::Class'                                  => '0.08120',
    'DBIx::Class::EncodedColumn'                   => 0,
    'DBIx::Class::Schema'                          => 0,

lib/Bracket.pm  view on Meta::CPAN


our $VERSION = '1.16';
use Catalyst::Runtime '5.80';

use Catalyst qw/
  ConfigLoader
  Static::Simple
  Authentication
  Session
  Session::Store::DBIC
  Session::State::Cookie
  /;
extends 'Catalyst';

__PACKAGE__->config(
    authentication => {
        default_realm => 'members',
        realms        => {
            members => {
                credential => {
                    class          => 'Password',



( run in 1.257 second using v1.01-cache-2.11-cpan-e9199f4ba4c )