X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship%2FBelongsTo.pm;h=a4dce6e5bf911f9b33de379405ec7c636e8b7587;hb=dcdf7b2cd485cc015ddbfd816f6735be075c3386;hp=eb10752867cfad5ac735ece43977b1cc42c37457;hpb=cef1bddae9e76fe52c0ca064acea9fc961977d24;p=dbsrgits%2FDBIx-Class.git 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;