From: Daniel Westermann-Clark Date: Wed, 12 Apr 2006 00:48:19 +0000 (+0000) Subject: Make POD match package name X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5fabfae919050046b8e87a8ddc020cc8bde53cc;p=dbsrgits%2FDBIx-Class-Historic.git Make POD match package name --- diff --git a/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm b/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm index f38c03b..7ab7846 100644 --- a/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm +++ b/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm @@ -32,7 +32,7 @@ sub replace_distincts { =head1 NAME -DBIx::Class::Storage::DBI::Retarded - Some databases can't handle count distincts with multiple cols. They should use base on this. +DBIx::Class::Storage::DBI::MultiDistinctEmulation - Some databases can't handle count distincts with multiple cols. They should use base on this. =head1 SYNOPSIS