slackbuilds/perl/perl-inc-module-install
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-inc-module-install: Added (@INC refresher) 2020-01-12 08:48:02 +07:00
perl-inc-module-install.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-inc-module-install.info perl/perl-inc-module-install: Added (@INC refresher) 2020-01-12 08:48:02 +07:00
slack-desc perl/perl-inc-module-install: Added (@INC refresher) 2020-01-12 08:48:02 +07:00

README

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.