Version 0.25
Tomas Doran [Thu, 22 Oct 2009 20:42:32 +0000 (20:42 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index e2b188e..e90c036 100644 (file)
--- 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
index 769287a..005bc79 100644 (file)
@@ -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, <jester@panix.com>
 
 Guillermo Roditi, <groditi@cpan.org>
 
-Florian Ragwitz <rafl@debian.org>
+Florian Ragwitz, <rafl@debian.org>
+
+Tomas Doran, <bobtfish@bobtfish.net>
+
+Justin Wheeler (dnm)
 
 =head1 THANKS