Fix installing on 5.26.0+
Arthur Axel 'fREW' Schmidt [Wed, 2 Aug 2017 16:41:09 +0000 (09:41 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index c11cf67..2a3e374 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+       - Fix installing on 5.26.0+ (RT#121861)
        - Fix security vulnerability, when serving static files with dots in the
          names (RT#120558)
 
index b9cb36f..f1c0d29 100644 (file)
@@ -1,5 +1,8 @@
 use strict;
 use warnings;
+
+use lib '.';
+
 use inc::Module::Install 0.91;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;