From: Tomas Doran Date: Sun, 3 Jan 2010 14:50:00 +0000 (+0000) Subject: Bump versions X-Git-Tag: v0.27^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=df92d92d3af4d775f6bd2c13774b49655812dec8 Bump versions --- diff --git a/Changes b/Changes index b20d0d9..fb1a150 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.27 2010-01-03 14:49:00 - Switch to being a Moose role, removing dependencies on Class::Data::Inheritable and Class::Accessor (Andrey Kostenko in RT#51089) diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 4f1a1c9..c7708e6 100644 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -7,7 +7,7 @@ use IO::File (); use MIME::Types (); use namespace::autoclean; -our $VERSION = '0.26'; +our $VERSION = '0.27'; has _static_file => ( is => 'rw' ); has _static_debug_message => ( is => 'rw', isa => 'Str' );