From: Dagfinn Ilmari Mannsåker Date: Thu, 15 Mar 2018 11:37:55 +0000 (+0000) Subject: Release 0.36 X-Git-Tag: v0.36^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=18e099c0762b16bac84622b03e2f5eae6dda97e7 Release 0.36 --- diff --git a/Changes b/Changes index ccc8795..eb6a4bd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.36 2018-03-15 11:37 GMT - Relax PNG content type check in t/05dirs.t 0.35 2018-03-14 12:07 GMT diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index f15864c..65b502f 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.35'; +our $VERSION = '0.36'; has _static_file => ( is => 'rw' ); has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );