From: Tomas Doran Date: Tue, 25 Oct 2011 03:21:15 +0000 (-0700) Subject: Changelog run_options X-Git-Tag: 5.90006~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=27b0a43637499f7e32fa68630d5300d44268f461 Changelog run_options --- diff --git a/Changes b/Changes index b490655..f369bde 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. + New features: + - A new 'run_options' class data method has been added to Catalyst.pm + This is used to store all the options passed by scripts, allowing + application authors to add custom options to their scripts then + get them passed through to the application. + Bug fixes: - Add '1;' to all classes which were relying on the ->make_immutable call to return a true value. Due to perl internals bugs in 5.8 and