From: Tomas Doran Date: Mon, 4 Jan 2010 13:15:44 +0000 (+0000) Subject: Bump version X-Git-Tag: v0.28^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46f893f9bae5216bb10b5c5605962987e1254132;hp=151b8e0fb007f04ea483a9097572eb18e4ba0abc;p=catagits%2FCatalyst-Plugin-Static-Simple.git Bump version --- diff --git a/Changes b/Changes index af1e471..1c93d0f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.28 2010-01-04 13:15:00 - Fix issues in debug mode. (RT#53338) 0.27 2010-01-03 14:49:00 diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 90e9cc1..305dd61 100644 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -8,7 +8,7 @@ use MIME::Types (); use MooseX::Types::Moose qw/ArrayRef Str/; use namespace::autoclean; -our $VERSION = '0.27'; +our $VERSION = '0.28'; has _static_file => ( is => 'rw' ); has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );