Test uri_for with path = 0
[catagits/Catalyst-Runtime.git] / t / dead_no_unknown_error.t
index 2ae33f3..fd9f6b8 100755 (executable)
@@ -1,5 +1,3 @@
-#!/usr/bin/env perl
-
 use strict;
 use warnings;
 use FindBin qw/$Bin/;
@@ -7,7 +5,6 @@ use lib "$Bin/lib";
 use Test::More tests => 1;
 
 use Catalyst ();
-use Catalyst::Engine::HTTP;
 eval {
     require TestAppUnknownError;
 };