add . to inc for Makefile.PL
Matt S Trout [Sun, 17 Feb 2019 20:47:18 +0000 (20:47 +0000)]
CHANGES
Makefile.PL

diff --git a/CHANGES b/CHANGES
index a4a5dfc..2866568 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
 Revision history for Perl module Test::WWW::Mechanize::Catalyst:
 
+     - Add '.' to inc in Makefile.PL
 0.59 Mon Jan 13 11:23 GMT 2014
      - Use Class::Load instead of Class::MOP::load_class(). RT#90978
      - Fix typos in POD and comments. RT#85171
index dbe7c9f..f580d79 100644 (file)
@@ -1,4 +1,5 @@
 #!perl
+use lib '.';
 use inc::Module::Install 0.87;
 
 use strict;