/[Grep]/lib/Grep/Action/Fetch.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/Action/Fetch.pm

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

revision 4 by dpavlin, Sat Feb 17 17:10:27 2007 UTC revision 5 by dpavlin, Sat Feb 17 18:06:42 2007 UTC
# Line 76  sub take_action { Line 76  sub take_action {
76                          in_feed => $feed,                          in_feed => $feed,
77                          title => $entry->title,                          title => $entry->title,
78                          link => $entry->link,                          link => $entry->link,
79                          content => $entry->content,                          content => $entry->content->body,
80                          summary => $entry->summary,                          summary => $entry->summary->body,
81                          category => $entry->category,                          category => $entry->category,
82                          author => $entry->author,                          author => $entry->author,
83                          issued => $entry->issued ? $entry->issued->strftime("%Y-%m-%d %H:%M:%S %z") : undef,                          issued => $entry->issued ? $entry->issued->strftime("%Y-%m-%d %H:%M:%S %z") : undef,
84                          modified => $entry->modified ? $entry->modified->strftime("%Y-%m-%d %H:%M:%S %z") : undef,                          modified => $entry->modified ? $entry->modified->strftime("%Y-%m-%d %H:%M:%S %z") : undef,
85                  );                  );
86    
87                    Jifty->log->debug("entry = ",dump( $entry ) );
88          }          }
89    
90      $self->result->message('Success') if not $self->result->failure;      $self->result->message('Success') if not $self->result->failure;

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26