]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.25/t/21_narrow.t
[svn-upgrade] Tagging libhtml-calendarmonth-perl (1.25)
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.25 / t / 21_narrow.t
diff --git a/1.25/t/21_narrow.t b/1.25/t/21_narrow.t
new file mode 100644 (file)
index 0000000..0857e61
--- /dev/null
@@ -0,0 +1,16 @@
+#!/usr/bin/perl
+
+use strict;
+use FindBin;
+use lib $FindBin::RealBin;
+
+use testload;
+
+my $test_count;
+BEGIN { $test_count = narrow_count() }
+
+use Test::More tests => $test_count;
+
+use HTML::CalendarMonth::Locale;
+
+check_narrow();