From: Matt S Trout Date: Mon, 5 May 2008 20:00:18 +0000 (+0000) Subject: make override follow Replication -> Replicated rename X-Git-Tag: v0.08240~469 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94a99629f00548108c3593785fcb878856a1e348;p=dbsrgits%2FDBIx-Class.git make override follow Replication -> Replicated rename --- diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 694d4c3..cfa08de 100644 --- 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) {