From: Peter Rabbitson Date: Wed, 22 Apr 2009 08:18:14 +0000 (+0000) Subject: Another indexer trick X-Git-Tag: v0.08101~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e09b8a14d708819a2f00e5dc411ccddce48c49e8;p=dbsrgits%2FDBIx-Class.git Another indexer trick --- diff --git a/lib/DBIx/Class/Relationship/BelongsTo.pm b/lib/DBIx/Class/Relationship/BelongsTo.pm index eb10752..a4dce6e 100644 --- a/lib/DBIx/Class/Relationship/BelongsTo.pm +++ b/lib/DBIx/Class/Relationship/BelongsTo.pm @@ -79,12 +79,14 @@ sub belongs_to { return 1; } -=head1 AUTHORS +# Attempt to remove the POD so it (maybe) falls off the indexer -Alexander Hartmaier - -Matt S. Trout - -=cut +#=head1 AUTHORS +# +#Alexander Hartmaier +# +#Matt S. Trout +# +#=cut 1;