summaryrefslogtreecommitdiffstats
path: root/perl/perl-inc-module-install/README
diff options
context:
space:
mode:
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 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.