spelling fixes in the documaentation, sholud be gud now ;)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource / Table.pm
index 90c9f9a..9586d33 100644 (file)
@@ -16,7 +16,7 @@ DBIx::Class::ResultSource::Table - Table object
 
 =head1 DESCRIPTION
 
-Table object that inherits from L<DBIx::Class::ResultSource>
+Table object that inherits from L<DBIx::Class::ResultSource>.
 
 =head1 METHODS
 
@@ -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;