]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - t/00_basic.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 00_basic.t
diff --git a/t/00_basic.t b/t/00_basic.t
new file mode 100644 (file)
index 0000000..4034ae6
--- /dev/null
@@ -0,0 +1,6 @@
+use Test::More tests => 3;
+BEGIN {
+  use_ok('HTML::CalendarMonth');
+  use_ok('HTML::CalendarMonth::Locale');
+  use_ok('HTML::CalendarMonth::DateTool');
+}