projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eaf06fb
)
Fixed up brekage in test schema from merge
Matt S Trout [Tue, 24 Jan 2006 21:01:33 +0000 (21:01 +0000)]
t/lib/DBICTest/Schema.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/Schema.pm
b/t/lib/DBICTest/Schema.pm
index
d7ad6db
..
6f37ba9
100644
(file)
--- a/
t/lib/DBICTest/Schema.pm
+++ b/
t/lib/DBICTest/Schema.pm
@@
-25,7
+25,7
@@
__PACKAGE__->load_classes(qw/
'Producer',
'CD_to_Producer',
),
- qw/SelfRefAlias CDWithArtist/
+ qw/SelfRefAlias/
);
1;