Created attachment 144010 [details] patch for p5-BZ-Client BZ-Client converts on-the-wire dates from XML into data objects using DateTime::Format::ISO8601. However, bugzilla after 3.6 changed the on-the-wire format of the dates to a non-conforming date format. To work around this, BZ-Client needs to handle this newer broken date format, as well as the older standards compliant format. The attached patch fixes this. - Fix Broken ISO8601 date format - Added LICENSE - Take maintainership
Over to maintainers.
Testing@work
Committed, thanks.
A commit references this bug: Author: pi Date: Sun Aug 17 16:36:14 UTC 2014 New revision: 365201 URL: http://svnweb.freebsd.org/changeset/ports/365201 Log: devel/p5-BZ-Client: fixes: - Fix Broken ISO8601 date format - Added LICENSE - Take maintainership PR: 191258 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: head/devel/p5-BZ-Client/Makefile head/devel/p5-BZ-Client/files/ head/devel/p5-BZ-Client/files/patch-lib-BZ-Client-XMLRPC-Value.pm