Created attachment 144119 [details] p5-DateTime-TimeZone.patch devel/p5-DateTime-TimeZone missing dependency List::AllUtils since version 1.71. Attached patch fixes the port Makefile. Symptoms: $ perl -MDateTime::TimeZone -E 'DateTime::TimeZone->new(name=>shift)' local Cannot determine local time zone $ perl -MDateTime::TimeZone -E 'DateTime::TimeZone->new(name=>shift)' America/New_York Can't locate List/AllUtils.pm in @INC (@INC contains: ...) (My local Perl version = 5.14.4)
Committed! Thanks
A commit references this bug: Author: jadawin Date: Wed Jun 25 12:21:25 UTC 2014 New revision: 359232 URL: http://svnweb.freebsd.org/changeset/ports/359232 Log: - Add missing dependency PR: ports/191362 Submitted by: bill.brinzer@gmail.com Changes: head/devel/p5-DateTime-TimeZone/Makefile