Amon2-Plugin-Web-HTTPSession

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "HTTP::Session bindings for Amon2",
   "author" : [
      "tokuhirom <tokuhirom@gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v0.7.5",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'HTTP::Session bindings for Amon2'
author:
  - 'tokuhirom <tokuhirom@gmail.com>'
build_requires:
  Test::More: 0.98
configure_requires:
  CPAN::Meta: 0
  CPAN::Meta::Prereqs: 0
  Module::Build: 0.38
dynamic_config: 0
generated_by: 'Minilla/v0.7.5, CPAN::Meta::Converter version 2.132510'

README.md  view on Meta::CPAN

# NAME

Amon2::Plugin::Web::HTTPSession - HTTP::Session bindings for Amon2

# SYNOPSIS

    use Amon2::Lite;

    use HTTP::Session::Store::Memcached;
    __PACKAGE__->load_plugins(qw/Web::HTTPSession/ => {
        state => 'URI',
        store => sub {
            my ($c) = @_;

lib/Amon2/Plugin/Web/HTTPSession.pm  view on Meta::CPAN

}


1;
__END__

=encoding utf-8

=head1 NAME

Amon2::Plugin::Web::HTTPSession - HTTP::Session bindings for Amon2

=head1 SYNOPSIS

    use Amon2::Lite;

    use HTTP::Session::Store::Memcached;
    __PACKAGE__->load_plugins(qw/Web::HTTPSession/ => {
        state => 'URI',
        store => sub {
            my ($c) = @_;



( run in 0.910 second using v1.01-cache-2.11-cpan-2398b32b56e )