small-hacks/date-range-all.pl

9 lines
69 B
Perl
Raw Normal View History

use strict;
use warnings;
sub DateIsInRange ($) {
return 1;
}
1;