Skip to content

Commit 23bbe74

Browse files
committed
Remove additional INSTALLDIRS from Makefile.PL
Module-CoreList Makefile.PL had two INSTALLDIRS Removed the one introduced by commit 262731e Should address issue #23562
1 parent 431a1cd commit 23bbe74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/Module-CoreList/Makefile.PL

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ WriteMakefile
2626
'version' => 0.88,
2727
},
2828
'EXE_FILES' => [ _scripts() ],
29-
'INSTALLDIRS' => ($] < 5.011 ? 'perl' : 'site'),
3029
'PL_FILES' => {},
3130
LICENSE => 'perl',
3231
@extra,

0 commit comments

Comments
 (0)