/[Grep]/lib/Grep/Source/Feed.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Source/Feed.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 101 by dpavlin, Sat Feb 24 12:32:09 2007 UTC revision 102 by dpavlin, Sun Mar 4 22:16:23 2007 UTC
# Line 34  sub fetch { Line 34  sub fetch {
34          my $xml_feed = XML::Feed->parse( \$content )          my $xml_feed = XML::Feed->parse( \$content )
35                  or die $feed->title, " returned ", XML::Feed->errstr, "\n";                  or die $feed->title, " returned ", XML::Feed->errstr, "\n";
36    
37          warn "getting entries from ", $xml_feed->title, "\n";          $self->log->debug("getting entries from ", $xml_feed->title);
38    
39          for my $entry ($xml_feed->entries) {          for my $entry ($xml_feed->entries) {
40    

Legend:
Removed from v.101  
changed lines
  Added in v.102

  ViewVC Help
Powered by ViewVC 1.1.26