X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fdata_handler.t;h=eca273c6e8b0192c7c638de5cde7d25ecf2a7ced;hp=65af48a6eaee3eb90af33b366c52508b5a972073;hb=HEAD;hpb=c63ec19d30f54b6fa44dff3e448108ab2e15ae84 diff --git a/t/data_handler.t b/t/data_handler.t index 65af48a..eca273c 100644 --- a/t/data_handler.t +++ b/t/data_handler.t @@ -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';