#!/usr/bin/perl -w
use Test::Simple tests => 2; ok( 1 + 1 == 2 ); ok( 2 + 2 == 5 );
from that comes:
1..2 ok 1 not ok 2 # Failed test (contrived.t at line 5) # Looks like you failed 1 tests of 2.
Prev | toc | Next