From: Robert Buels Date: Fri, 19 Feb 2010 01:13:23 +0000 (-0800) Subject: updated changelog for pod fix X-Git-Tag: 0.05003~10^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0547c283ddb73cd82949d9ee57a1cde819755aa6;p=dbsrgits%2FDBIx-Class-Schema-Loader.git updated changelog for pod fix --- diff --git a/Changes b/Changes index 1a41b81..7769e48 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - fixed accessor POD bug, was not dereferencing scalar refs + before printing (rbuels) + 0.05002 2010-02-15 10:17:47 - support for SQLAnywhere via DBD::SQLAnywhere and ODBC - fix picking up quoted tables for SQLite (RT#54538) patch from schwern