Amon2-Lite

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::MinimumVersion::Fast" : "0.04",
            "Test::PAUSE::Permissions" : "0.04",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "Amon2" : "3.25",
            "Amon2::Config::Simple" : "0",
            "Amon2::Plugin::Web::CSRFDefender" : "0",
            "Amon2::Setup::Flavor" : "0",
            "Amon2::Web" : "0",
            "Data::Section::Simple" : "0.03",
            "Plack::App::File" : "0",
            "Plack::Middleware::Session" : "0",
            "Plack::Session::State::Cookie" : "0",
            "Router::Simple" : "0.13",
            "Text::Xslate" : "2.0010",
            "Text::Xslate::Bridge::TT2Like" : "0.00010",
            "parent" : "0",

META.yml  view on Meta::CPAN

provides:
  Amon2::Lite:
    file: lib/Amon2/Lite.pm
    version: '0.13'
  Amon2::Setup::Flavor::Lite:
    file: lib/Amon2/Setup/Flavor/Lite.pm
    version: '0.13'
requires:
  Amon2: '3.25'
  Amon2::Config::Simple: '0'
  Amon2::Plugin::Web::CSRFDefender: '0'
  Amon2::Setup::Flavor: '0'
  Amon2::Web: '0'
  Data::Section::Simple: '0.03'
  Plack::App::File: '0'
  Plack::Middleware::Session: '0'
  Plack::Session::State::Cookie: '0'
  Router::Simple: '0.13'
  Text::Xslate: '2.0010'
  Text::Xslate::Bridge::TT2Like: '0.00010'
  parent: '0'

cpanfile  view on Meta::CPAN

requires 'perl', '5.008008';

requires 'Amon2', '3.25';
requires 'Amon2::Config::Simple';
requires 'Amon2::Setup::Flavor';
requires 'Amon2::Web';
requires 'Amon2::Plugin::Web::CSRFDefender';
requires 'Data::Section::Simple', '0.03';
requires 'parent';
requires 'Plack::App::File';
requires 'Plack::Middleware::Session';
requires 'Plack::Session::State::Cookie';
requires 'Router::Simple', '0.13';
requires 'Text::Xslate', '2.0010'; # 2.0010+ gets Perl 5.18+ compatibility
requires 'Text::Xslate::Bridge::TT2Like', '0.00010';

on test => sub {

lib/Amon2/Setup/Flavor/Lite.pm  view on Meta::CPAN

        ],
    }
}

get '/' => sub {
    my $c = shift;
    return $c->render('index.tt');
};

# load plugins
__PACKAGE__->load_plugin('Web::CSRFDefender' => {
    post_only => 1,
});
# __PACKAGE__->load_plugin('DBI');
# __PACKAGE__->load_plugin('Web::FillInFormLite');
# __PACKAGE__->load_plugin('Web::JSON');

__PACKAGE__->enable_session();

__PACKAGE__->to_app(handle_static => 1);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.021 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-58dc6251afda )