From 85d0bf7246663d9bf9b4e42c8b6024aabd001a97 Mon Sep 17 00:00:00 2001 From: Tonus Date: Sun, 5 Jan 2020 18:07:59 -0600 Subject: perl/perl-inc-module-install: Added (@INC refresher) Signed-off-by: Robby Workman --- perl/perl-inc-module-install/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 perl/perl-inc-module-install/README (limited to 'perl/perl-inc-module-install/README') diff --git a/perl/perl-inc-module-install/README b/perl/perl-inc-module-install/README new file mode 100644 index 0000000000..0cfffe8db7 --- /dev/null +++ b/perl/perl-inc-module-install/README @@ -0,0 +1,4 @@ +This module first checks whether the inc/.author directory exists, and +removes the whole inc/ directory if it does, so the module author always +get a fresh inc every time they run Makefile.PL. Next, it unshifts inc +into @INC, then loads Module::Install from there. -- cgit v1.2.3