projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f8227e4
)
misc fixes suggested by Alias
Yuval Kogman [Tue, 1 Sep 2009 03:52:06 +0000 (06:52 +0300)]
Makefile.PL
patch
|
blob
|
blame
|
history
t/basic.t
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
af62298
..
4495030
100644
(file)
--- 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
(file)
--- 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;