From: Arthur Axel 'fREW' Schmidt Date: Wed, 2 Aug 2017 16:59:39 +0000 (-0700) Subject: Release 0.34 X-Git-Tag: v0.34^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=ac631501a4a76715e7b4c86110560dd061ef2113 Release 0.34 --- diff --git a/Changes b/Changes index 0fb928a..920dfe5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple +0.34 2017-08-02 09:56 Los Angeles - Remove MYMETA.* (RT#108814) - Fix installing on 5.26.0+ (RT#121861) - Fix security vulnerability, when serving static files with dots in the diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 4440301..c251937 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.33'; +our $VERSION = '0.34'; has _static_file => ( is => 'rw' ); has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );