mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Workaround modern Perls not adding . to @INC.
This commit is contained in:
parent
0afc0e9a71
commit
63a00a858c
1
configure
vendored
1
configure
vendored
@ -28,6 +28,7 @@
|
||||
|
||||
BEGIN {
|
||||
require 5.8.0;
|
||||
push @INC, '.';
|
||||
}
|
||||
|
||||
use strict;
|
||||
|
@ -25,6 +25,7 @@ use warnings FATAL => qw(all);
|
||||
use make::configure;
|
||||
|
||||
BEGIN {
|
||||
push @INC, '.';
|
||||
unless (module_installed("LWP::Simple")) {
|
||||
die "Your system is missing the LWP::Simple Perl module!";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user