Changeset 14085

Show
Ignore:
Timestamp:
06/15/08 23:09:48 (5 years ago)
Author:
tokuhirom
Message:

this test requires Text::CSV_XS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Sledge-View/trunk/t/03.csv.t

    r14080 r14085  
    44 
    55BEGIN { 
     6    eval q[use Text::CSV_XS;]; 
     7    plan skip_all => "Text::CSV_XS required for testing base" if $@; 
    68    eval q[use t::TestPages]; 
    79    plan skip_all => "Test::Base, t::TestPages required for testing base: $@" if $@;