File: use-local-module-install-directory

package info (click to toggle)
libclass-trigger-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 372 kB
  • sloc: perl: 4,458; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Ensure dot directory is in @INC
 Ensure local libraries are found in '.' in Perl 5.26+
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=120820
Last-Update: 2019-02-21
---
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 name 'Class-Trigger';
 all_from 'lib/Class/Trigger.pm';