From: Graham Knop Date: Tue, 17 Jan 2012 17:25:49 +0000 (-0500) Subject: remove ::Storage::DBI::sth from POD as it should never have been public X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abf1010174c968eec6e74eb6933f4e7b51d5f573;p=dbsrgits%2FDBIx-Class-Historic.git remove ::Storage::DBI::sth from POD as it should never have been public --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 6df0e1f..2393a94 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -2242,16 +2242,6 @@ storage driver. Can be overridden by supplying an explicit L to L. For a list of available limit dialects see L. -=head2 sth - -=over 4 - -=item Arguments: $sql - -=back - -Returns a L sth (statement handle) for the supplied SQL. - =cut sub _dbh_sth {