/[Frey]/trunk/lib/Frey/DelIcioUs.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 /trunk/lib/Frey/DelIcioUs.pm

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

revision 425 by dpavlin, Tue Nov 18 23:24:53 2008 UTC revision 606 by dpavlin, Fri Nov 28 22:22:07 2008 UTC
# Line 1  Line 1 
1  package Frey::DelIcioUs;  package Frey::DelIcioUs;
2  use Moose;  use Moose;
3    
4    extends 'Frey';
5  with 'Frey::Storage';  with 'Frey::Storage';
6    
7  use LWP::UserAgent;  use LWP::UserAgent;
# Line 47  sub posts { Line 48  sub posts {
48          return $posts;          return $posts;
49  }  }
50    
51  sub data {  sub as_data {
52          my $self = shift;          my $self = shift;
53          $self->posts;          $self->posts;
54  }  }
55    
56  sub sponge {  sub as_sponge {
57          my $self = shift;          my $self = shift;
58    
59          my $posts = $self->posts->{post};          my $posts = $self->posts->{post};

Legend:
Removed from v.425  
changed lines
  Added in v.606

  ViewVC Help
Powered by ViewVC 1.1.26