X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource%2FTable.pm;h=cf263d17c3927ccc4b7b3ee118a030b907665194;hb=d3fdc7b81278f9ae2dad417d68815933f65842dd;hp=90c9f9a83311056041b0c6635009e0d86ac98b39;hpb=b55e97a74a1c2a74bf9f34685eb41216b12583de;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/ResultSource/Table.pm b/lib/DBIx/Class/ResultSource/Table.pm index 90c9f9a..cf263d1 100644 --- a/lib/DBIx/Class/ResultSource/Table.pm +++ b/lib/DBIx/Class/ResultSource/Table.pm @@ -26,9 +26,6 @@ Returns the FROM entry for the table (i.e. the table name) =cut -use overload - '""' => \&from; - sub from { shift->name; } 1;