diff options
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 |
commit | 85d0bf7246663d9bf9b4e42c8b6024aabd001a97 (patch) | |
tree | ddab366a00da560cfe1711b9feba7f4bac38c876 /perl/perl-inc-module-install/README | |
parent | ad7740b6a2dc78559e0fd192fc80a2c6c8ba770f (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/README | 4 |
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. |