[Bug 191362] New: [PATCH] devel/p5-DateTime-TimeZone: Add missing dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 25 11:45:42 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191362

            Bug ID: 191362
           Summary: [PATCH] devel/p5-DateTime-TimeZone: Add missing
                    dependency
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: bill.brinzer at gmail.com

Created attachment 144119
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144119&action=edit
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)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list