X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FBase.pm;h=74b777e4eaf56e3b3caffaf67a22110331fd28f1;hb=1e4730815c9321bd2381dd7db176ee496f84a8d4;hp=c9dd10824927eed91af224db821cd54d80565c25;hpb=4337bddf9f24ee07d447eb30f9d08cf9b8c4896b;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index c9dd108..74b777e 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -1421,7 +1421,7 @@ sub _resolve_col_accessor_collisions { next if $accessor eq 'id'; # XXX fix this in DBIC if (exists $methods{$accessor}) { - $info->{accessor} = ucfirst $accessor; + $info->{accessor} = undef; } } }