/[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 337 by dpavlin, Sat Nov 8 23:22:03 2008 UTC revision 455 by dpavlin, Wed Nov 19 15:28:23 2008 UTC
# Line 11  has 'username' => ( Line 11  has 'username' => (
11          is => 'rw',          is => 'rw',
12          isa => 'Str',          isa => 'Str',
13          required => 1,          required => 1,
14            documentation => 'login on del.icio.us',
15  );  );
16    
17  has 'password' => (  has 'password' => (
# Line 46  sub posts { Line 47  sub posts {
47          return $posts;          return $posts;
48  }  }
49    
50  sub data {  sub as_data {
51          my $self = shift;          my $self = shift;
52  #       $self->posts;          $self->posts;
         $self->sponge;  
53  }  }
54    
55  sub sponge {  sub as_sponge {
56          my $self = shift;          my $self = shift;
57    
58          my $posts = $self->posts->{post};          my $posts = $self->posts->{post};

Legend:
Removed from v.337  
changed lines
  Added in v.455

  ViewVC Help
Powered by ViewVC 1.1.26