mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
85d0bf7246
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
4 lines
267 B
Text
4 lines
267 B
Text
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.
|