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