From: Nigel Metheringham Date: Wed, 25 Jan 2006 17:13:02 +0000 (+0000) Subject: Changelog update for [705] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6565b410735d84b134b9ded04cc977a3bd87fe90;p=dbsrgits%2FDBIx-Class-Historic.git Changelog update for [705] --- diff --git a/Changes b/Changes index 174dcfc..a04c066 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,7 @@ Revision history for DBIx::Class - rename ResultSetInstance class to ResultSetProxy, ResultSourceInstance to ResultSourceProxy, and TableInstance to ResultSourceProxy::Table - minor fixes to UUIDColumns + - add debugfh method and ENV magic for tracing SQL (Nigel Metheringham) 0.04999_03 2006-01-20 06:05:27 - imported Jess Robinson's SQL::Translator::Parser::DBIx::Class diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 42f6d38..fa317c3 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -139,6 +139,8 @@ Alexander Hartmaier Zbigniew Lukasiak +Nigel Metheringham + =head1 LICENSE You may distribute this code under the same terms as Perl itself.