Changeset 5537 for lang/perl/Archer

Show
Ignore:
Timestamp:
01/26/08 18:18:25 (10 months ago)
Author:
tokuhirom
Message:

test fixed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Archer/trunk/t/01_simple.t

    r3879 r5537  
    11use strict; 
    22use warnings; 
    3 use Test::More tests => 1; 
     3use Test::More; 
    44 
    55eval "use IO::Scalar;"; 
    66plan skip_all => 'this test requires IO::Scalar' if $@; 
     7 
     8plan tests => 1; 
    79 
    810use Archer;