drop IO::Scalar prereq
[catagits/Catalyst-Runtime.git] / t / unicode_plugin_live.t
index 901ae84..f3b5f90 100644 (file)
@@ -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;