From: Matt S Trout Date: Mon, 1 Feb 2010 18:48:43 +0000 (+0000) Subject: bump version and add release line to Changes X-Git-Tag: v0.29^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=afd629d33e4393bd9b1410a0cc6de962fe6a3227 bump version and add release line to Changes --- diff --git a/Changes b/Changes index b2cdcec..aea5423 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.29 2010-02-01 18:45:00 - Switch from override to around, because really, wtf 0.28 2010-01-04 13:15:00 diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 05e4c8a..ca3412c 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.28'; +our $VERSION = '0.29'; has _static_file => ( is => 'rw' ); has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );