Another indexer trick
Peter Rabbitson [Wed, 22 Apr 2009 08:18:14 +0000 (08:18 +0000)]
lib/DBIx/Class/Relationship/BelongsTo.pm

index eb10752..a4dce6e 100644 (file)
@@ -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 <Alexander.Hartmaier@t-systems.at>
-
-Matt S. Trout <mst@shadowcatsystems.co.uk>
-
-=cut
+#=head1 AUTHORS
+#
+#Alexander Hartmaier <Alexander.Hartmaier@t-systems.at>
+#
+#Matt S. Trout <mst@shadowcatsystems.co.uk>
+#
+#=cut
 
 1;