2013-06-13: Version 0.3101
Remove dependency of Template, replace it with Template::Tiny.
Reason being that Template does not pass its tests under Perl 5.18.
Use Kelp::Module::Template::Toolkit (available on CPAN) if your code
depends on Template.
2013-05-25: Version 0.3001
Fix typo in test paths
Bridges accessed directly will now return 401 - Unathorized
Introduce "panic" and "finalize" methods
Add "long_error" attribute
Rename "before_render" to "before_finalize"
Change all _croak statements to return panic, improving the natural flow of the route logic
2013-05-14: Version 0.2191
Add arguments to load_module
Fix tests and small issues
2013-05-05: Version 0.2190
Add property for partial rendering
Address an issue with nginx and headers
Add more pod
2013-05-02: Version 0.2182
Fix issue with content-type params
Set explicit utf8 encoding for module Template
Replace wizardly Perl code with Class::Inspector
2013-04-20: Version 0.2181
Fix test failing under Perl 5.10
2013-04-19: Version 0.218
Add auto load class when adding a route.
2013-04-17: Version 0.217
Fix Github issue #1
Revamp the Template module to allow for more standard subclassing
Remove Config::Hash from test units
2013-04-16: Version 0.21
Allow for using templates w/o extension.
Allow for subclassing the templates module.
Implement testing of a Less app, via the psgi attribute.
2013-04-13: Version 0.2
Complete rewrite of the Config module, allow for subclassing of it.
Write more tests.
Write more POD.
2013-04-12: Version 0.1
First upload to CPAN