A1z-HTML5-Template

 view release on metacpan or  search on metacpan

t/01sanity.t  view on Meta::CPAN

use Test::More qw(no_plan);
 
BEGIN { use_ok('A1z::HTML5::Template') };

my $h = new A1z::HTML5::Template;
is( $h->VERSION, 0.22, "Version 0.22");
is( $h->NAME, "Fast and Easy Web Apps", "A complete web page with just 3 lines of perl code");
like ( $h->head, qr/charset=UTF-8/i, "charset UTF-8 is set by default for default content-type");
like ( $h->body, qr/<\/body>/i, "Default - HTML5 compatible web page");

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.075 second using v1.00-cache-2.02-grep-82fe00e-cpan-3b7f77b76a6c )