From: Ævar Arnfjörð Bjarmason Date: Tue, 19 Aug 2008 13:47:29 +0000 (+0000) Subject: remove -Wall X-Git-Tag: v0.06~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=d0797f762a80a7ebad75dfd1c453dd2f7a6e38e8 remove -Wall --- diff --git a/Makefile.PL b/Makefile.PL index 1c07b3e..bfb1d13 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,6 @@ WriteMakefile( ABSTRACT_FROM => 'Plugin.pod', VERSION_FROM => 'Plugin.pm', LICENSE => 'perl', - CCFLAGS => '-Wall', test => { TESTS => 't/*.t t/*/*.t t/*/*/*.t', },