Amon2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

3.19 2011-11-08

    - Setup::Flavor: Amon2 don't use Plugin::Web::NoCache by default.

3.18 2011-11-05

    - Setup::Flavor::Basic: s/Back/Next/ in html template... orz.

3.17 2011-11-05

    - upgrade binding libraries.
      jQuery 1.6.4 => 1.7.0
      Bootstrap 1.3.0 => 1.4.0

3.16 2011-11-03

    - Setup::Flavor::Basic: added tmpl/include/pager.tt

3.15 2011-11-02

    - 97626d1 favicon.ico -> favicon\.ico (in regex literals)(yibe)

lib/Amon2/Web/Dispatcher/RouterBoom.pm  view on Meta::CPAN

            return $c->res_404();
        }
    };
}

1;
__END__

=head1 NAME

Amon2::Web::Dispatcher::RouterBoom - Router::Boom bindings

=head1 SYNOPSIS

    package MyApp2::Web::Dispatcher;
    use Amon2::Web::Dispatcher::RouterBoom;

    use MyApp::Web::C::Foo;

    base 'MyApp::Web::C';

lib/Amon2/Web/Dispatcher/RouterSimple.pm  view on Meta::CPAN

    }
}

1;
__END__

=encoding utf-8

=head1 NAME

Amon2::Web::Dispatcher::RouterSimple - Router::Simple binding for Amon2

=head1 SYNOPSIS

    package MyApp::Web::Dispatcher;
    use Amon2::Web::Dispatcher::RouterSimple;
    connect '/'           => 'Root#index';
    connect '/my/'        => 'My#index';
    connect '/my/:action' => 'My';
    1;

=head1 DESCRIPTION

L<Router::Simple> binding for Amon2.

B<We will split this module from Amon2 core distribution.>
You need to list this class to your cpanfile.

=head1 AUTHOR

Tokuhiro Matsuno

=head1 SEE ALSO



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