From: Tomas Doran Date: Thu, 22 Oct 2009 20:42:32 +0000 (+0000) Subject: Version 0.25 X-Git-Tag: v0.25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=9936ddfaf8d03e14c37f00a9b21a8a078cd97648 Version 0.25 --- diff --git a/Changes b/Changes index e2b188e..e90c036 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,10 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.25 2009-10-22 21:40:00 BST + - Fix bug where old unrelated $@ values would result in an error. + 0.24 2009-10-18 19:10:00 BST - Fixup copyright information - - Fix bug where old unrelated $@ values would result in an error. (dnm) 0.23 2009-10-06 17:40:39 - Move actions out of TestApp into a Root controller as diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 769287a..005bc79 100644 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -9,7 +9,7 @@ use IO::File (); use MIME::Types (); use MRO::Compat; -our $VERSION = '0.24'; +our $VERSION = '0.25'; __PACKAGE__->mk_accessors( qw/_static_file _static_debug_message/ ); @@ -546,7 +546,11 @@ Jesse Sheidlower, Guillermo Roditi, -Florian Ragwitz +Florian Ragwitz, + +Tomas Doran, + +Justin Wheeler (dnm) =head1 THANKS