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=bb125cf27c746e98ea075c35397450856aaaec1a;hpb=3e2f469563a4ab82207ae7861c08eb5f9b2130a8 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;