X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=45a4ed7c6f63f79c06b66365000f715084c2b18b;hp=f186872bb25dc5155570159af06273ffc80fb3ed;hb=aca34787762c57dcffa3ac918f7980a5bc5316e0;hpb=21f40c746495a35d2326c5ddae209b6b883ed46b diff --git a/Makefile.PL b/Makefile.PL index f186872..45a4ed7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,6 +74,7 @@ feature 'Refresh plugin - automatically reload libraries with Module::Refresh', 'Module::Refresh' => 0; test_requires 'Test::More' => '0.88'; +test_requires 'Test::Warnings'; auto_install; WriteAll;