Release 0.35 v0.35
Dagfinn Ilmari Mannsåker [Wed, 14 Mar 2018 12:07:45 +0000 (12:07 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 69b8219..3f3c34b 100644 (file)
--- 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
index c251937..f15864c 100755 (executable)
@@ -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] );