Show
Ignore:
Timestamp:
04/11/08 20:29:15 (4 years ago)
Author:
kake
Message:

Made Test::MockObject? optional.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-formatter-usemod/trunk/t/links.t

    r239 r401  
    11use strict; 
    2 use Test::MockObject; 
    3 use Test::More tests => 4; 
     2use Test::More; 
     3 
     4eval { require Test::MockObject; }; 
     5if ( $@ ) { 
     6    plan skip_all => "Can't find Test::MockObject"; 
     7} 
     8 
     9plan tests => 4; 
    410 
    511my $wikitext = <<WIKITEXT;