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

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

revision 3 by dpavlin, Sat Jun 28 11:49:35 2008 UTC revision 4 by dpavlin, Sat Jun 28 17:37:26 2008 UTC
# Line 6  use warnings; Line 6  use warnings;
6  use Strix::Schema;  use Strix::Schema;
7  use Fey::ORM::Table;  use Fey::ORM::Table;
8    
9  has_table( Strix::Schema->Schema()->table->('users') );  use Data::Dump qw/dump/;
10    my $schema = Strix::Schema->Schema();
11    
12    has_table( $schema->table('users') );
13    
14    1;

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26