replace strictures with strict+warnings
Graham Knop [Tue, 5 Nov 2013 04:47:55 +0000 (23:47 -0500)]
lib/Distar.pm

index dfa2de8..ee17e22 100644 (file)
@@ -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 ();