/[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 323 by dpavlin, Thu Nov 6 17:58:20 2008 UTC revision 333 by dpavlin, Sat Nov 8 16:59:08 2008 UTC
# Line 19  has 'password' => ( Line 19  has 'password' => (
19          required => 1,          required => 1,
20  );  );
21    
22  has 'path' => (  sub path {
23          is => 'ro',          my $self = shift;
24          isa => 'Str',          'var/delicious/' . $self->username;
25          default => sub {  }
                 my $self = shift;  
                 'var/delicious/' . $self->username;  
         }  
 );  
26    
27  sub data {  sub data {
28          my $self = shift;          my $self = shift;

Legend:
Removed from v.323  
changed lines
  Added in v.333

  ViewVC Help
Powered by ViewVC 1.1.26