include current directory in Makefile.PL template
Graham Knop [Thu, 26 Mar 2020 23:54:25 +0000 (00:54 +0100)]
lib/Module/Install/Catalyst.pm

index 9c35cbd..edc13b3 100644 (file)
@@ -26,6 +26,7 @@ our @IGNORE =
 
 =head1 SYNOPSIS
 
+  use lib '.';
   use inc::Module::Install;
 
   name 'MyApp';