Tue May 27 06:32:30 2014sharyanto [...] cpan.org - Ticket created
Subject:
Support "13 November 1986"
By making the comma optional in:
my $day_month_year = "(?:(?:$day_month|$month_day)\\s*,?\\s*\\d\\d\\d\\d)";
we can support "13 November 1986" too.
Regards,
Steven
Thu Jun 05 01:33:15 2014sharyanto [...] cpan.org - Correspondence added
On Tue May 27 06:32:30 2014, SHARYANTO wrote:
Show quoted text
> By making the comma optional in:
>
> my $day_month_year =
> "(?:(?:$day_month|$month_day)\\s*,?\\s*\\d\\d\\d\\d)";
>
> we can support "13 November 1986" too.
>
> Regards,
> Steven
I've implemented this, will be in 0.05.
Regards,
Steven
Thu Jun 05 01:33:18 2014sharyanto [...] cpan.org - Status changed from 'new' to 'resolved'