| June 27, 2005 | Phalanx from the Trenches | Prev Next | 
Prior to upgrading test suite to Test::More
        print "1..1\n";
        if ($Text::Template::VERSION == 1.44) {
            print "ok 1\n";
        } else {
            print "not ok 1\n";
        }
continued...
| Home Last TOC | Copyright © 2005 James E Keenan and Marc Prewitt | Prev Next |