projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
972015a
)
Whoops, wrong accessor (things still work though)
Peter Rabbitson [Thu, 26 Nov 2009 14:32:17 +0000 (14:32 +0000)]
t/lib/DBICTest/Schema/CD.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/Schema/CD.pm
b/t/lib/DBICTest/Schema/CD.pm
index
a271dd8
..
fadd539
100644
(file)
--- a/
t/lib/DBICTest/Schema/CD.pm
+++ b/
t/lib/DBICTest/Schema/CD.pm
@@
-26,7
+26,7
@@
__PACKAGE__->add_columns(
'genreid' => {
data_type => 'integer',
is_nullable => 1,
- accessor => 'undef',
+ accessor => undef,
},
'single_track' => {
data_type => 'integer',