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