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

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

revision 370 by dpavlin, Mon Nov 17 15:14:07 2008 UTC revision 371 by dpavlin, Mon Nov 17 15:24:24 2008 UTC
# Line 11  has 'query' => ( Line 11  has 'query' => (
11          is => 'rw',          is => 'rw',
12          isa => 'Str',          isa => 'Str',
13          required => 1,          required => 1,
14          default => sub {          default => 'select * from sponge',
                 my ($self) = @_;  
                 'select * from ' . $self->table;  
         },  
15  );  );
16    
17  has table => (  has table => (

Legend:
Removed from v.370  
changed lines
  Added in v.371

  ViewVC Help
Powered by ViewVC 1.1.26