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/node-suffix.t

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