Changeset 867
- Timestamp:
- 05/30/06 18:05:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Aggregator/Simple.pm
r866 r867 14 14 $XML::Feed::RSS::PREFERRED_PARSER = first { $_->require } qw( XML::RSS::Liberal XML::RSS::LibXML XML::RSS ); 15 15 16 #eval { require XML::Liberal };17 #if (!$@ && XML::Liberal->can('globally_override')) {18 #XML::Liberal->globally_override('LibXML');19 #}16 eval { require XML::Liberal }; 17 if (!$@ && $XML::Liberal::VERSION >= 0.10) { 18 XML::Liberal->globally_override('LibXML'); 19 } 20 20 21 21 sub register { trunk/plagger/lib/Plagger/Plugin/Subscription/Bloglines.pm
r835 r867 121 121 122 122 if ($@) { 123 $context->log(warn => "Bloglines Sync API returned bad XML. fallbacks to loop mode ");123 $context->log(warn => "Bloglines Sync API returned bad XML. fallbacks to loop mode: $@"); 124 124 my @feeds = $self->{bloglines}->listsubs()->feeds; 125 125 for my $feed (@feeds) {
