/[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 1132 by dpavlin, Mon Jan 5 22:10:59 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 44  sub as_data { Line 44  sub as_data {
44          return $dbh->selectall_arrayref( $self->query );          return $dbh->selectall_arrayref( $self->query );
45  }  }
46    
47    __PACKAGE__->meta->make_immutable;
48    no Moose;
49    
50  1;  1;

Legend:
Removed from v.1132  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26