Release 0.36 v0.36
Dagfinn Ilmari Mannsåker [Thu, 15 Mar 2018 11:37:55 +0000 (11:37 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index ccc8795..eb6a4bd 100644 (file)
--- 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
index f15864c..65b502f 100755 (executable)
@@ -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] );