/[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 168 by dpavlin, Wed Mar 14 20:02:19 2007 UTC revision 169 by dpavlin, Wed Jul 4 09:58:06 2007 UTC
# Line 48  sub fetch { Line 48  sub fetch {
48                          summary => $entry->summary->body,                          summary => $entry->summary->body,
49                          category => $entry->category,                          category => $entry->category,
50                          author => $entry->author,                          author => $entry->author,
51                          issued => $entry->issued ? $entry->issued->strftime("%Y-%m-%d %H:%M:%S") : undef,                          created_on => $entry->issued ? $entry->issued->strftime("%Y-%m-%d %H:%M:%S") : undef,
52                          modified => $entry->modified ? $entry->modified->strftime("%Y-%m-%d %H:%M:%S") : undef,                          last_update => $entry->modified ? $entry->modified->strftime("%Y-%m-%d %H:%M:%S") : undef,
53                  );                  );
54    
55          }          }

Legend:
Removed from v.168  
changed lines
  Added in v.169

  ViewVC Help
Powered by ViewVC 1.1.26