summaryrefslogtreecommitdiffstats
path: root/perl/perl-inc-module-install/slack-desc
diff options
context:
space:
mode:
author Tonus <tonus1@gmail.com>2020-01-05 18:07:59 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-12 08:48:02 +0700
commit85d0bf7246663d9bf9b4e42c8b6024aabd001a97 (patch)
treeddab366a00da560cfe1711b9feba7f4bac38c876 /perl/perl-inc-module-install/slack-desc
parentad7740b6a2dc78559e0fd192fc80a2c6c8ba770f (diff)
downloadslackbuilds-85d0bf7246663d9bf9b4e42c8b6024aabd001a97.tar.gz
slackbuilds-85d0bf7246663d9bf9b4e42c8b6024aabd001a97.tar.xz
perl/perl-inc-module-install: Added (@INC refresher)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-inc-module-install/slack-desc')
-rw-r--r--perl/perl-inc-module-install/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-inc-module-install/slack-desc b/perl/perl-inc-module-install/slack-desc
new file mode 100644
index 0000000000..52aef42ce1
--- /dev/null
+++ b/perl/perl-inc-module-install/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+perl-inc-module-install: perl-inc-module-install (@INC refresher)
+perl-inc-module-install:
+perl-inc-module-install: This module first checks whether the inc/.author directory exists,
+perl-inc-module-install: and removes the whole inc/ directory if it does, so the module author
+perl-inc-module-install: always get a fresh inc every time they run Makefile.PL. Next, it
+perl-inc-module-install: unshifts inc into @INC, then loads Module::Install from there.
+perl-inc-module-install:
+perl-inc-module-install:
+perl-inc-module-install:
+perl-inc-module-install:
+perl-inc-module-install: