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

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

trunk/lib/Frey/DelIcioUs.pm revision 425 by dpavlin, Tue Nov 18 23:24:53 2008 UTC branches/zimbardo/lib/Frey/DelIcioUs.pm revision 1172 by dpavlin, Sun Jul 5 21:40:16 2009 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};
# Line 74  sub sponge { Line 75  sub sponge {
75          }          }
76  }  }
77    
78    __PACKAGE__->meta->make_immutable;
79    no Moose;
80    
81  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26