X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=7b55ee5844719860b1074770c01a7b17cd89afe6;hb=7534095ac7f4df7767444efaea60afc7f3f70360;hp=3dbfaa29dffcb3fb0593fd8c480460f1b5c123a2;hpb=6bd2911cc83d8c85647b93638da8577ee3bd3987;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/Makefile.PL b/Makefile.PL index 3dbfaa2..7b55ee5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ use ExtUtils::MakeMaker; BEGIN { eval { require Config }; die 'OS unsupported' if $@; - Config->import(qw/%Config/); + Config->import(qw<%Config>); eval { require File::Spec }; die 'OS unsupported' if $@; } @@ -134,7 +134,7 @@ package MY; sub postamble { my $cv = join ' -coverage ', 'cover', - qw/statement branch condition path subroutine time/; + qw; <