projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
72305da
)
make override follow Replication -> Replicated rename
Matt S Trout [Mon, 5 May 2008 20:00:18 +0000 (20:00 +0000)]
t/03podcoverage.t
patch
|
blob
|
blame
|
history
diff --git
a/t/03podcoverage.t
b/t/03podcoverage.t
index
694d4c3
..
cfa08de
100644
(file)
--- a/
t/03podcoverage.t
+++ b/
t/03podcoverage.t
@@
-100,7
+100,7
@@
my $exceptions = {
# must kill authors.
- 'DBIx::Class::Storage::DBI::Replication' => { skip => 1 },
+ 'DBIx::Class::Storage::DBI::Replicated' => { skip => 1 },
};
foreach my $module (@modules) {