Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-TimeZone CPAN distribution.

Report information
The Basics
Id: 75508
Status: resolved
Priority: 0/
Queue: DateTime-TimeZone

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

Bug Information
Severity: Critical
Broken in:
  • 1.43
  • 1.44
Fixed in: 1.45



Subject: Circular dependency
Since DateTime::TimeZone there's a circular dependency between DateTime and DateTime::TimeZone which is not resolvable by CPAN.pm. I assume it's caused by this change in Makefile.PL in the 1.43 release: + "DateTime" => 0, + "DateTime::Duration" => 0, And this was probably caused by the use of AutoPrereqs (commit 885979bb975385f94d4558c022d789ca81765fc1). Regards, Slaven