April 14, 2012 82% of Perl Testing Back

TODO blocks

         TODO: {
             local $TODO = $why;
             ok( foo(),       $test_name );
             is( foo(42), 23, $test_name );
         };
continued...


Home Last TOC Copyright © 2012 James E Keenan Back Next