[Bast-commits] r4667 -
trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Tue Jul 29 19:10:48 BST 2008
Author: nothingmuch
Date: 2008-07-29 19:10:48 +0100 (Tue, 29 Jul 2008)
New Revision: 4667
Modified:
trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm
Log:
don't warn unnecessarily
Modified: trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm
===================================================================
--- trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm 2008-07-29 17:58:36 UTC (rev 4666)
+++ trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm 2008-07-29 18:10:48 UTC (rev 4667)
@@ -88,7 +88,7 @@
## Set up relationship between changeset->user_id and this schema's user
if(!@{$self->journal_user || []})
{
- warn "No Journal User set!";
+ #warn "No Journal User set!"; # no need to warn, user_id is useful even without a rel
return $schema;
}
More information about the Bast-commits
mailing list