Calendar-Schedule

 view release on metacpan or  search on metacpan

t/02.t  view on Meta::CPAN

#!/usr/bin/perl
use Test::More;
use lib '.';
require "t/test-lib.pl";

my $o = `perl -I. -- ./bin/cal2html --ColLabel=weekday_%w t/02-calendar`;
is($o, getfile('t/02-calendar.html'), '02.t');

done_testing();



( run in 0.903 second using v1.01-cache-2.11-cpan-85f18b9d64f )