File: Changes

package info (click to toggle)
libcgi-application-plugin-forward-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 482; sh: 7; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Revision history for CGI-Application-Plugin-Forward

1.06    October 18, 2005
        - fixed test failure due to incompatibility with new
          CAP::AutoRunmode (discovered by Shawn Sorichetti)
        - removed TODO, since everything on the list has been done

1.05    October 03, 2005
        - fixed to work with old versions of CGI::Application that don't
          support callbacks

        - now explicitly 'use CGI::Application' to make the registration
          of hooks it possible to register hooks at class load time.

        - added docs describing the difference between this module and
          CGI::Application::Plugin::Redirect, and also providng some
          notes on when to use each method.

1.04    September 15, 2005
        - actually, NOW I added the 'forward_prerun' hook
        - added support for AutoRunmode

1.03    August 23, 2005
        - added the 'forward_prerun' hook

1.02    August 1, 2005
        - added CGI::Application to the prerequisites

1.01    July 30, 2005
        - added Makefile.PL compatibility to the distribution

1.00    July 28, 2005
        - document and test support for coderef runmodes (Mark Stosberg)
        - API declared stable

0.01    July 27, 2005
        - First version