Fix POD Coverage and perl critic tabs test.
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
CommitLineData
1763fe29 1Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
ffd9355f 30.07
4 - Fix Perl Critic test for hard tabs (t0m)
5 - Fix POD coverage (t0m)
6
51ef6cb3 70.06 2007-03-06 11:00:00
8 - Added no_cache config option to support wildcard SSL certificates.
9 (Simon Elliott)
10 - Disable properly when running under other development HTTP servers.
cae2ad7f 11
cc4f2717 120.05 2005-09-15 12:15:00
13 - Updated skipped tests to run if Catalyst >= 5.5.
14
4585dfb1 150.04 2005-09-14 13:30:00
16 - Fixed bug in redirect code that ignored duplicate key names.
17 - Strip all output content when doing a redirect from HTTP -> HTTPS
18 to avoid sending secure data over HTTP.
19 - Added test suite.
20
eeefd598 210.03 2005-09-05 22:00:00
22 - Proper handling for static files in SSL mode when using
23 Static::Simple.
24 - Code cleanup per Best Practices.
25
d5e430c2 260.02 2005-06-23 20:40:00
27 - fixed README file
28
1763fe29 290.01 2005-06-08 23:45:00
30 - initial release