mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
unit-cc: Use the same preamble as other Perl tools.
This commit is contained in:
parent
70faab99c8
commit
953ca72cfe
@ -19,9 +19,14 @@
|
||||
#
|
||||
|
||||
|
||||
BEGIN {
|
||||
push @INC, $ENV{SOURCEPATH};
|
||||
require 5.10.0;
|
||||
}
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
BEGIN { push @INC, $ENV{SOURCEPATH}; }
|
||||
use warnings FATAL => qw(all);
|
||||
|
||||
use make::configure;
|
||||
|
||||
chdir $ENV{BUILDPATH};
|
||||
|
Loading…
x
Reference in New Issue
Block a user