Changeset 582
- Timestamp:
- 04/13/06 18:52:54
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Aggregator/Simple.pm
r572 r582 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 ); 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"; 14 15 15 16 sub register {
