Changeset 583
- Timestamp:
- 04/13/06 18:53:30
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Aggregator/Simple.pm
r582 r583 11 11 use XML::Feed::RSS; 12 12 13 #$XML::Feed::RSS::PREFERRED_PARSER = first { $_->require } qw( XML::RSS::Liberal XML::RSS::LibXML XML::RSS ); 14 $XML::Feed::RSS::PREFERRED_PARSER = "XML::RSS::LibXML"; 13 $XML::Feed::RSS::PREFERRED_PARSER = first { $_->require } qw( XML::RSS::Liberal XML::RSS::LibXML XML::RSS ); 15 14 16 15 sub register {
