Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

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



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
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