Skip Menu |

This queue is for tickets about the Date-Extract CPAN distribution.

Report information
The Basics
Id: 33184
Status: resolved
Priority: 0/
Queue: Date-Extract

People
Owner: Nobody in particular
Requestors: tsukamoto [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



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
On Tue Feb 12 10:27:25 2008, TSUKAMOTO wrote: Hi Tsukamoto, Show quoted text
> 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)";
Good catch! Fixed in 0.02, which I'm preparing for upload. :) Shawn