projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7be93b0
)
Fixed dumbass typo in t/lib
Matt S Trout [Fri, 27 Jan 2006 14:36:10 +0000 (14:36 +0000)]
t/lib/DBICTest/Schema/SelfRefAlias.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/Schema/SelfRefAlias.pm
b/t/lib/DBICTest/Schema/SelfRefAlias.pm
index
d4ef35c
..
9761d94
100644
(file)
--- a/
t/lib/DBICTest/Schema/SelfRefAlias.pm
+++ b/
t/lib/DBICTest/Schema/SelfRefAlias.pm
@@
-11,6
+11,6
@@
__PACKAGE__->add_columns(
data_type => 'integer',
\r
},
\r
);
\r
-__PACKAGE__->set_primary_key('self_ref alias');
\r
+__PACKAGE__->set_primary_key(qw/self_ref alias/);
\r
\r
1;
\r