June 27, 2005 Phalanx from the Trenches

Test::More Features

        SKIP: {
            skip "Not supported before 5.005", 1 if $] < 5.005;
            is ($text, $result8, "Was the output correct?");
        }

        TODO: {
            ok($text, $result8, "working on test");
        }


Home Last TOC Copyright © 2005 James E Keenan and Marc Prewitt Prev Next