Skip Menu |

This queue is for tickets about the TimeDate CPAN distribution.

Report information
The Basics
Id: 2154
Status: resolved
Priority: 0/
Queue: TimeDate

People
Owner: Nobody in particular
Requestors: richardc [...] unixbeard.net
Cc:
AdminCc:

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



Subject: str2time('') returns todays midnight instead of undef
% perl -le'use Date::Parse qw(str2time); print str2time("");' 1046131200 I believe this to be incorrect behaviour based upon the .pod documentation. perl5.8.0, Date::Parse version 2.24