Changeset 517 for wiki-toolkit-formatter-pod/trunk/t/02_extended_links.t
- Timestamp:
- 12/20/09 16:18:44 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-pod/trunk/t/02_extended_links.t
r96 r517 1 1 use strict; 2 2 use Test::More; 3 use CGI::Wiki::Formatter::Pod;3 use Wiki::Toolkit::Formatter::Pod; 4 4 5 eval { require CGI::Wiki::Formatter::UseMod; };5 eval { require Wiki::Toolkit::Formatter::UseMod; }; 6 6 7 7 if ( $@ ) { 8 plan skip_all =>" CGI::Wiki::Formatter::UseMod required to run these tests";8 plan skip_all =>"Wiki::Toolkit::Formatter::UseMod required to run these tests"; 9 9 } else { 10 10 plan tests => 3; 11 11 12 my $formatter = CGI::Wiki::Formatter::Pod->new(12 my $formatter = Wiki::Toolkit::Formatter::Pod->new( 13 13 usemod_extended_links => 1, 14 14 );
