X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=35eea0c4213bb62a8945d9d454f50d7d1befd226;hb=12277e85746cb2d277220aaa385e4af38219842d;hp=96b26302d642d54cae861955ed368a425843649e;hpb=79aa72e4e9a8938a7195971a82d29f1575619c27;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index 96b2630..35eea0c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,11 +4,7 @@ use strict; use warnings; use ExtUtils::MakeMaker; -BEGIN { - eval { require Config }; - die 'OS unsupported' if $@; - Config->import(qw<%Config>); -} +use Config; my @DEFINES; my %macro;