Skip Menu |

This queue is for tickets about the Email-Store CPAN distribution.

Report information
The Basics
Id: 6784
Status: resolved
Priority: 0/
Queue: Email-Store

People
Owner: Nobody in particular
Requestors: perl [...] walker.wattle.id.au
Cc:
AdminCc:

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



Subject: Email::Store::Date and Time::Piece problems
Email::Store::Date requires Time::Piece but it is not listed as a requirement. Also the tests fro dates do not allow for other timezones, these amended tests work but may not be the best way: is (($date - $date->tzoffset)->ymd,"2000-11-28"); is (($date - $date->tzoffset)->hms,"21:15:46"); Thanks Matthew
The patch has been applied and a new version released. Thanks, Simon