Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11478 closed defect (fixed)

p5-xml-rss missing dependencies

Reported by: cbellot@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version:
Keywords: p5-xml-rss Cc:
Port:

Description

p5-xml-rss recently upgraded now depends on new perl modules DateTime::Format::Mail and DateTime::Format::W3CDTF

$ head /opt/local/lib/perl5/vendor_perl/5.8.8/XML/RSS.pm
package XML::RSS;
use strict;
use Carp;
use XML::Parser;
use HTML::Entities qw(encode_entities_numeric encode_entities);
use base qw(XML::Parser);
use DateTime::Format::Mail;
use DateTime::Format::W3CDTF;

use vars qw($VERSION $AUTOLOAD @ISA $AUTO_ADD);

$VERSION = '1.22';

Change History (5)

comment:1 Changed 17 years ago by pipping@…

Milestone: Available Ports

comment:2 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:3 Changed 17 years ago by markd@…

Summary: p5-xml-rss upgrade brokenp5-xml-rss missing dependencies

Added p5-test-harness and p5-html-parser. Still missing these dependencies, not yet ported to MacPorts:

DateTime::Format::Mail DateTime::Format::W3CDTF

comment:4 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed

Added dependencies: p5-datetime-format-w3cdtf & p5-datetime-format-mail.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.