mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -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 {
|
BEGIN {
|
||||||
require 5.8.0;
|
require 5.8.0;
|
||||||
|
push @INC, '.';
|
||||||
}
|
}
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
@ -25,6 +25,7 @@ use warnings FATAL => qw(all);
|
|||||||
use make::configure;
|
use make::configure;
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
push @INC, '.';
|
||||||
unless (module_installed("LWP::Simple")) {
|
unless (module_installed("LWP::Simple")) {
|
||||||
die "Your system is missing the LWP::Simple Perl module!";
|
die "Your system is missing the LWP::Simple Perl module!";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user