remove unneeded shebangs
[gitmo/MooseX-Types-Common.git] / t / 01-string.t
index 39d50b9..bbf5c83 100644 (file)
@@ -1,7 +1,5 @@
-#! /usr/bin/perl -w
-
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 use Test::More tests => 33;
 use Test::Fatal;