update .gitignore for dzil byproducts
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
index 80a4331..8b1cdb1 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,9 +1,8 @@
-#!/usr/bin/perl
-
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
-use Test::More tests => 1;
+use Test::More tests => 2;
+use Test::NoWarnings 1.04 ':early';
 
 BEGIN {
     use_ok('MooseX::ConfigFromFile');