From: Dagfinn Ilmari Mannsåker Date: Wed, 14 Mar 2018 12:07:45 +0000 (+0000) Subject: Release 0.35 X-Git-Tag: v0.35^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=9a4b0bc2417b66931e3eaee04450c707e584cac2 Release 0.35 --- diff --git a/Changes b/Changes index 69b8219..3f3c34b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.35 2018-03-14 12:07 GMT - Use less-likely extension for unknown file type (RT#124211) 0.34 2017-08-02 09:56 Los Angeles diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index c251937..f15864c 100755 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -9,7 +9,7 @@ use MooseX::Types::Moose qw/ArrayRef Str/; use Catalyst::Utils; use namespace::autoclean; -our $VERSION = '0.34'; +our $VERSION = '0.35'; has _static_file => ( is => 'rw' ); has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );