X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funicode_plugin_live.t;h=f3b5f904f69db12c81ebed268960176ecb6a208d;hp=901ae84fa8e8bb47d624c65dc24ac415f995339c;hb=1d285816f88ccd8b81e733565ca4363140b75ec8;hpb=1ecc166cbe5d6d95980cf49d1e7d8ac8c21da949 diff --git a/t/unicode_plugin_live.t b/t/unicode_plugin_live.t index 901ae84..f3b5f90 100644 --- a/t/unicode_plugin_live.t +++ b/t/unicode_plugin_live.t @@ -1,7 +1,6 @@ use strict; use warnings; use Test::More; -use IO::Scalar; # setup library path use FindBin qw($Bin); @@ -16,9 +15,6 @@ BEGIN { # make sure testapp works use_ok('TestAppUnicode') or BAIL_OUT($@); -our $TEST_FILE = IO::Scalar->new(\"this is a test"); -sub IO::Scalar::FILENO { -1 }; # needed? - # a live test against TestAppUnicode, the test application use Test::WWW::Mechanize::Catalyst 'TestAppUnicode'; my $mech = Test::WWW::Mechanize::Catalyst->new;