unmark +x and remove shebangs
[catagits/Catalyst-Runtime.git] / t / data_handler.t
index 65af48a..eca273c 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env perl
-
 use warnings;
 use strict;
 
@@ -7,7 +5,6 @@ use FindBin;
 use Test::More;
 use HTTP::Request::Common;
 use JSON::MaybeXS;
-use Capture::Tiny qw/:all/;
 
 use lib "$FindBin::Bin/lib";
 use Catalyst::Test 'TestDataHandlers';