From: Rafael Kitover Date: Sat, 29 Oct 2011 18:22:25 +0000 (-0400) Subject: update Changes with MooseX::MarkAsMethods X-Git-Tag: 0.07011~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=33c40155ad390da78289afe317d493fda407c827 update Changes with MooseX::MarkAsMethods --- diff --git a/Changes b/Changes index e59f548..f3e208d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - use MooseX::MarkAsMethods instead of namespace::autoclean for the + use_moose option, this protects operator overloads, only_autoclean + option added for the old behavior - add experimental naming=v8 mode with better CamelCase identifier support, relationship naming and conversion of non-identifier chars (RT#71945)