]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.26/t/00_basic.t
[svn-upgrade] Tagging libhtml-calendarmonth-perl (1.26)
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.26 / t / 00_basic.t
diff --git a/1.26/t/00_basic.t b/1.26/t/00_basic.t
new file mode 100755 (executable)
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');
+}