projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0887b8f
)
replace strictures with strict+warnings
Graham Knop [Tue, 5 Nov 2013 04:47:55 +0000 (23:47 -0500)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
dfa2de8
..
ee17e22
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-1,6
+1,7
@@
package Distar;
-use strictures 1;
+use strict;
+use warnings FATAL => 'all';
use base qw(Exporter);
use ExtUtils::MakeMaker ();
use ExtUtils::MM ();