The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/bin/perl -w
print "1..4\n";
require PlotCalendar::DateDesc;
print "ok 1\n";
require PlotCalendar::DateTools;
print "ok 2\n";
require PlotCalendar::Day;
print "ok 3\n";
require PlotCalendar::Month;
print "ok 4\n";