slackbuilds/perl/perl-inc-module-install
Tonus 85d0bf7246
perl/perl-inc-module-install: Added (@INC refresher)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-12 08:48:02 +07:00
..
README perl/perl-inc-module-install: Added (@INC refresher) 2020-01-12 08:48:02 +07:00
perl-inc-module-install.SlackBuild perl/perl-inc-module-install: Added (@INC refresher) 2020-01-12 08:48:02 +07: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.