• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Catalyst/Plugin/H18-Oct-2009-7919

t/H18-Oct-2009-13490

Build.PLH A D18-Oct-2009417 1816

ChangesH A D18-Oct-2009906 3023

MANIFESTH A D18-Oct-2009206 1413

META.ymlH A D18-Oct-2009518 2221

Makefile.PLH A D18-Oct-20091.2 KiB3524

READMEH A D18-Oct-20091.1 KiB3726

README

1NAME
2    Catalyst::Plugin::DefaultEnd - DEPRECATED Sensible default end action.
3
4SYNOPSIS
5        use Catalyst qw/-Debug DefaultEnd/;
6
7WARNING
8    This module is deprecated, and should not be used in new applications.
9
10    Please use Catalyst::Action::RenderView instead. It is preserved here
11    for backwards compatibility reasons.
12
13DESCRIPTION
14    This action implements a sensible default end action, which will forward
15    to the first available view, unless status is set to 3xx, or there is a
16    response body. It also allows you to pass dump_info=1 to the url in
17    order to force a debug screen, while in debug mode.
18
19    If you have more than 1 view, you can specify which one to use with the
20    'view' config setting.
21
22METHODS
23    end The default end action, you can override this as required in your
24        application class, normal inheritance applies.
25
26AUTHOR
27    Marcus Ramberg <marcus@thefeed.no>
28
29COPYRIGHT
30    Copyright (c) 2005 - 2009 the Catalyst::Plugin::DefaultEnd "AUTHOR" as
31    listed above.
32
33LICENSE
34    This library is free software . You can redistribute it and/or modify it
35    under the same terms as perl itself.
36
37