- or download this
package Assert;
require Exporter;
...
}
1;
- or download this
#! perl -slw
use strict;
...
not ok 2 # Check math [C:\test\t-Assert.pl(8)]
ok 3 # Check $fred [C:\test\t-Assert.pl(12)]
ok 4 # Check math [C:\test\t-Assert.pl(13)]
- or download this
/path/file(23): Error: some relevant error text here
/path/file(32): Warning: some other relevant text here
/path/file(64): Passed: more text