From: David Steinbrunner Date: Fri, 29 Mar 2013 14:52:01 +0000 (-0300) Subject: DESCRIPTION typo fix X-Git-Tag: v0.08210~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=863b05398ad6c8988b7ede26d49b481e6b3324f9 DESCRIPTION typo fix --- diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm index 073837f..911ca48 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -24,7 +24,7 @@ to Microsoft SQL Server over ODBC =head1 DESCRIPTION This class implements support specific to Microsoft SQL Server over ODBC. It is -loaded automatically by by DBIx::Class::Storage::DBI::ODBC when it detects a +loaded automatically by DBIx::Class::Storage::DBI::ODBC when it detects a MSSQL back-end. Most of the functionality is provided from the superclass