[Bast-commits] r5945 -
DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Wed Apr 22 08:18:14 GMT 2009
Author: ribasushi
Date: 2009-04-22 09:18:14 +0100 (Wed, 22 Apr 2009)
New Revision: 5945
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship/BelongsTo.pm
Log:
Another indexer trick
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship/BelongsTo.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship/BelongsTo.pm 2009-04-22 08:14:13 UTC (rev 5944)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship/BelongsTo.pm 2009-04-22 08:18:14 UTC (rev 5945)
@@ -79,12 +79,14 @@
return 1;
}
-=head1 AUTHORS
+# Attempt to remove the POD so it (maybe) falls off the indexer
-Alexander Hartmaier <Alexander.Hartmaier at t-systems.at>
+#=head1 AUTHORS
+#
+#Alexander Hartmaier <Alexander.Hartmaier at t-systems.at>
+#
+#Matt S. Trout <mst at shadowcatsystems.co.uk>
+#
+#=cut
-Matt S. Trout <mst at shadowcatsystems.co.uk>
-
-=cut
-
1;
More information about the Bast-commits
mailing list