Skip to content

Commit

Permalink
cruft, for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
yannk committed Apr 19, 2009
1 parent 09d6f3c commit 59795f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Shrike/Driver/DBI.pm
Expand Up @@ -7,7 +7,6 @@ use YAML;
has table => ( is => 'ro', isa => 'Str' );
has columns => ( is => 'ro', isa => 'ArrayRef[Str]', default => sub { [] } );
has dsn => ( is => 'ro', isa => 'HashRef[Item]' );
has get_pk => ( is => 'ro', isa => 'CodeRef' );

has primary_key => (
is => 'ro',
Expand Down

0 comments on commit 59795f7

Please sign in to comment.