aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-inc-module-install/README
diff options
context:
space:
mode:
authorTonus <tonus1@gmail.com>2020-01-05 18:07:59 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-12 08:48:02 +0700
commit85d0bf7246663d9bf9b4e42c8b6024aabd001a97 (patch)
treeddab366a00da560cfe1711b9feba7f4bac38c876 /perl/perl-inc-module-install/README
parentad7740b6a2dc78559e0fd192fc80a2c6c8ba770f (diff)
perl/perl-inc-module-install: Added (@INC refresher)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-inc-module-install/README')
-rw-r--r--perl/perl-inc-module-install/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-inc-module-install/README b/perl/perl-inc-module-install/README
new file mode 100644
index 000000000000..0cfffe8db74e
--- /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.