From 0fb93bcfea648e356bc5e50f7013f6b91db187ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 7 Mar 2011 12:11:44 +0100 Subject: [PATCH] Tests brauchen mittlerweile fix Text::CSV_XS --- t/helper/csv.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/helper/csv.t b/t/helper/csv.t index e4a625430..434626f8f 100644 --- a/t/helper/csv.t +++ b/t/helper/csv.t @@ -11,7 +11,7 @@ $csv = SL::Helper::Csv->new( header => [ 'description' ], ); -isa_ok $csv->_csv, 'Text::CSV'; +isa_ok $csv->_csv, 'Text::CSV_XS'; isa_ok $csv->_io, 'IO::File'; isa_ok $csv->parse, 'SL::Helper::Csv', 'parsing returns self'; is_deeply $csv->get_data, [ { description => 'Kaffee' } ], 'simple case works'; -- 2.20.1