From: Yuval Kogman Date: Tue, 1 Sep 2009 03:52:06 +0000 (+0300) Subject: misc fixes suggested by Alias X-Git-Tag: Try-Tiny-0.02~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06a9e570f2bb494067eddb0c84816ab4d1f6f9d2;p=p5sagit%2FTry-Tiny.git misc fixes suggested by Alias --- diff --git a/Makefile.PL b/Makefile.PL index af62298..4495030 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,3 @@ -#!/usr/bin/perl -w - use strict; use ExtUtils::MakeMaker; diff --git a/t/basic.t b/t/basic.t index 8182137..e438d48 100644 --- a/t/basic.t +++ b/t/basic.t @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; -use warnings; +#use warnings; use Test::More tests => 15;