Revision history for Perl extension Catalyst-Plugin-Starch.
0.07 2021-01-30T03:15:29Z
- Generate Github-flavored markdown.
- Provide a .editorconfig instead of .lvimrc.
0.06 2019-03-06T07:39:48Z
- Hopefully fix an odd, test-only, module load issue:
http://cpantesters.org/cpan/report/bd8a7800-6bf9-1014-92e3-77cacc8b0502
0.05 2019-03-02T20:53:45Z
- Declare deps as modules, not distros.
- Require perl 5.10.1.
- Simplify VERSION declarations.
0.04 2019-02-18T06:28:05Z
- Support update_session_cookie.
- Depend on latest Starch so that delete_session works in all
cases that it works under Catalyst::Plugin::Session.
- Migrate build tooling from Dist::Zilla to Minilla.
- Migrate all the tests from Test::More to Test2::V0.
0.03 2015-07-20
- Silently ignore invalid session IDs from cookies.
0.02 2015-07-16
- Don't clear the state object in finalize_body to be more like
Catalyst::Plugin::Session.
- Fix several dependency issues.
0.01 2015-07-16
- First version.