Perl Makes Testing Easy Perl Testing #19

Creating Tests

#!perl
use strict;
use warnings;
use Test::Simple 'no_plan';
Copyright © 2006 Ian Langworth