Skip to content

Commit

Permalink
Include . in @inc under 5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 6, 2017
1 parent 1d23463 commit 1107b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MetaCPAN/Web/Test.pm
Expand Up @@ -4,6 +4,9 @@ package MetaCPAN::Web::Test;

use strict;
use warnings;

use lib '.'; # require app.psgi under 5.26

use Plack::Test;
use HTTP::Request::Common;
use HTTP::Message::PSGI;
Expand Down

0 comments on commit 1107b1a

Please sign in to comment.