The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Leyland

0.001007  2011-07-04 22:50:33 Asia/Jerusalem
	- Bugfix: response object now does not get text/html content
	  type on initialization as it is not necessarily true
	- Bugfix: when running a leyland app the initial summary table prints
	  route regexes as-is since perl 5.14 changes the way regex variables
	  are printed stringwise
	- When an exception is thrown and app is running on the deployment
	  environment, if client accepts html and exception was not defined
	  an html template - leyland lets Plack's StackTrace middleware
	  handle the exception and print a nice stack trace

0.001006  2011-06-24 23:30:19 Asia/Jerusalem
	- When forwarding internally (with $c->forward), requests to pass
	  requests are now honored
	- Forcing MooseX::ClassAttribute version 0.24 as previous versions
	  seem to cause problems

0.001005  2011-06-02 23:42:27 Asia/Jerusalem
	- Fixed bugs when loading app-specific view classes [thanks Sebastian Knapp (@giftnuss)]
	- Small documentation fixes

0.001004  2011-05-09 19:55:59 Asia/Jerusalem
	- Fixed bug with passing requests (using $c->pass)
	- When on the development environment, Leyland let's exceptions
	  that do not define MIME templates be handled by Plack's nice
	  stacktrace middleware (which is automatically enabled on the
	  development environment)

0.001003  2011-04-22 22:29:11 Asia/Jerusalem
	- Developers can now create routes that return any media type
	  by setting "returns '*/*'" in the route declaration
	- The check for returned content's type (ascii or binary) now falls
	  back to simple match against qr!^text/! when mime type isn't found

0.001002  2011-04-22 03:00:35 Asia/Jerusalem
	- Leyland will not automatically encode('UTF-8') when output is binary
	- Some more documentation fixes

0.001001  2011-04-19 17:47:23 Asia/Jerusalem
	- Added Leyland::Manual::FAQ which was missing from the initial release
	- Many fixes (mostly typos) to the manual

0.001     2011-04-19 05:28:27 Asia/Jerusalem
	- Initial release