/[Frey]/branches/mojo/lib/Frey/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 /branches/mojo/lib/Frey/Feed.pm

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

revision 264 by dpavlin, Tue Nov 4 23:10:05 2008 UTC revision 265 by dpavlin, Tue Nov 4 23:25:29 2008 UTC
# Line 48  sub entries { $_[0]->feed->entries } Line 48  sub entries { $_[0]->feed->entries }
48    
49  sub data {  sub data {
50          my ($self) = @_;          my ($self) = @_;
51          $self->entries;          # data should return single element!
52            [ $self->entries ];
53  }  }
54    
55  1;  1;

Legend:
Removed from v.264  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.26