X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FStatic%2FSimple.pm;h=e547b72dc641530e4528c4d2fce62b02e5ec3e2a;hb=b771f9550df5b0486ec4df1fdd018f452c37e4a6;hp=c251937e9ada33a545180e6152fdf85e10d2c478;hpb=ac631501a4a76715e7b4c86110560dd061ef2113;p=catagits%2FCatalyst-Plugin-Static-Simple.git diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index c251937..e547b72 100755 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -5,14 +5,13 @@ use File::stat; use File::Spec (); use IO::File (); use MIME::Types (); -use MooseX::Types::Moose qw/ArrayRef Str/; use Catalyst::Utils; use namespace::autoclean; -our $VERSION = '0.34'; +our $VERSION = '0.37'; has _static_file => ( is => 'rw' ); -has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] ); +has _static_debug_message => ( is => 'rw', isa => 'ArrayRef[Str]' ); after setup_finalize => sub { my $c = shift;