]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blob - current/t/00_basic.t
Load /home/don/tmp/tmp.QSG9fI/libhtml-calendarmonth-perl-1.17 into
[deb_pkgs/libhtml-calendarmonth-perl.git] / current / t / 00_basic.t
1 use Test::More tests => 3;
2 BEGIN {
3   use_ok('HTML::CalendarMonth');
4   use_ok('HTML::CalendarMonth::Locale');
5   use_ok('HTML::CalendarMonth::DateTool');
6 }