]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blob - current/t/00_basic.t
4034ae6775defe2a3c48aa3999e932cfe58e9063
[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 }