X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F21_narrow.t;fp=t%2F21_narrow.t;h=0857e61860476946326822b65fec1fdde7965fc1;hb=f3ef12e10123e46a0db95d820bb77f6e6d3225c7;hp=0000000000000000000000000000000000000000;hpb=febd0b02136ed777f42c0e2b79d71db21c1805a8;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/t/21_narrow.t b/t/21_narrow.t new file mode 100644 index 0000000..0857e61 --- /dev/null +++ b/t/21_narrow.t @@ -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();