X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource.pm;fp=lib%2FDBIx%2FClass%2FResultSource.pm;h=e5af674b43a2c7fd3812afb40a316a599eb13cf5;hb=4a27d168d64e0c2c61ddbfa367c360ed5028a3d3;hp=c598b1db2104a3c3e0d57327920cb5bdc208417c;hpb=c9087040faf8de638936b163c20f702a2878d7ab;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index c598b1d..e5af674 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -4,7 +4,7 @@ package DBIx::Class::ResultSource; # # Some of the methods defined here will be around()-ed by code at the # end of ::ResultSourceProxy. The reason for this strange arrangement -# is that the list of around()s of methods in this # class depends +# is that the list of around()s of methods in this class depends # directly on the list of may-not-be-defined-yet methods within # ::ResultSourceProxy itself. # If this sounds terrible - it is. But got to work with what we have.