Revision history for Perl extension Catalyst::View::Mason.
0.12 Mon, 20 Aug 2007 17:32:39 +0200
- Clearify documentation on use_match (Hans Dieter Pearcey <hdp@pobox.com>).
- Deprecate use_match => 1; now raises a warning.
- Make modules generated by the helper use warnings.
- Document template_extension.
- Properly stringify comp_root and data_dir so mason doesn't fail when
objects which were ought to be stringified are passed to it.
0.11 Sun, 22 Jul 2007 22:51:55 +0200
- Properly set VERSION for the helper so CPAN can index us currently.
0.10 Sun, 22 Jul 2007 22:40:22 +0200
- Upload 0.09_07 as 0.10.
0.09_07 Thu, 19 Jul 2007 17:58:37 +0200
- Skip t/helper.t if Catalyst::Helper isn't around.
0.09_06 Sun, 15 Jul 2007 15:56:34 +0200
- Minor code cleanups
- Add a template_extension config var (requested by SCHWIGON).
0.09_05 Fri, 25 May 2007 16:15:45 +0200
- Try to hide the t/lib modules from PAUSE.
0.09_04 Thu, 24 May 2007 19:37:51 +0200
- Make comp_root guessing work when $c->config->{root} is not a
Path::Class instance.
0.09_03 Mon, 21 May 2007 16:24:10 +0200
- Test and implement setting additional mason globals.
0.09_02 Wed, 16 May 2007 17:17:34 +0200
- Better test coverage
- Some minor cleanups.
- use warnings;
0.09_01 Tue, 15 May 2007 23:25:52 +0200
- Fixed default content type.
- Use the component config.
- Add a render method.
- Use File::Spec to find the tmpdir.
- Use Module::Install instead of Module::Build.
- Allow to use $c->action instead of $c->req->match to find the
template to use.
- Add a test suite.
0.08 Xxx Xxx 00 00:00:00 2005
- Fixed Content-Type
- Stringify root.
0.07 Wed Apr 27 21:00:00 2005
- updated for Catalyst5
0.06 Sun Mar 20 00:50:21 2005
- bugfix: $c and $name not being set (Henry Laxen)
- bugfix: error in documentation
- bugfix: running under mod_perl
0.03 Wed Mar 16 17:41:01 2005
- Initial release