Calendar-Schedule
view release on metacpan or search on metacpan
#!/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 1.784 second using v1.01-cache-2.11-cpan-ceb78f64989 )