On 20.05.2014 15:05, Hans Ginzel (via RT) wrote: > # New Ticket Created by Hans Ginzel > # Please include the string: [perl #121926] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=121926 > > > > Hello, > > make Date more tolerant, please. Ignore missing leading zero.
No. Date only supports ISO8601 dates by design; a more lenient date parser is out of scope of the core Date class. Either write a module, or split the date and pass the list to Date.new. Cheers, Moritz