Updated tests for redirects to check for 'Found', not 'Moved'. This correctly matches the standard, and was changed in CGI.pm 3.16. As a result, we now require CGI.pm 3.16 for consistent results.
Changes for version 4.04_02
Add support for templates stored in file handles and scalarrefs to load_tmpl(). (Jason Purdy)
Changes for version 4.04_01
move load_tmpl hook to after we build $tmpl_file so it will always have a (probably) valid file to work with.
initial support for a default template name in load_tmpl(). That means you can now do this:
my $t = $self->load_tmpl();
And it will default to a file named after the current run mode with a .html extension.