Subject: | Regex for month_day is same as day_month |
In the "_build_regex" method, regex for month_day is defined as same
as day_month at line 234.
I think it should be below.
my $month_day = "(?:$month\\s*$monthday)";
----
Perl v5.8.8 built for MSWin32-x86-multi-thread
(ActivePerl build 820)
Date-Extract v0.01