use strict; use Test; # use a BEGIN block so we print our plan before MyModule is loaded BEGIN { plan tests => 6 } # load your module... use HTML::Tag; # Helpful notes. All note-lines must start with a "#". print "# I'm testing HTML::Tag::TIME\n"; my $obj = HTML::Tag->new(element=>'TIME', name=>'test'); ok(defined $obj); print $obj->html; ok($obj->html,qr/