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