projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
48f82d6
)
documentation updates
John Napiorkowski [Wed, 10 Jan 2007 21:09:07 +0000 (21:09 +0000)]
t/bindtype_columns.t
patch
|
blob
|
blame
|
history
diff --git
a/t/bindtype_columns.t
b/t/bindtype_columns.t
index
2d9bffe
..
a32e24c
100644
(file)
--- a/
t/bindtype_columns.t
+++ b/
t/bindtype_columns.t
@@
-42,7
+42,7
@@
PGTest::Artist->add_columns(
"media", {
data_type => "bytea",
- is_nullable => 0,
+ is_nullable => 0,
},
);