June 27, 2005 | Phalanx from the Trenches | Prev Next |
Pre-session work
Test::Simple/Test::More
eval { $tpl = HTML::Template->new() }; ok ( $@, 'Bad constructor' );
Test::Exception
dies_ok {$tpl = HTML::Template->new()} 'Bad constructor';
Home Last TOC | Copyright © 2005 James E Keenan and Marc Prewitt | Prev Next |