Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 11:45:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191362] New: [PATCH] devel/p5-DateTime-TimeZone: Add missing dependency
Message-ID:  <bug-191362-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: bill.brinzer@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191362-13>