[Bast-commits] r8476 -
DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/Manual
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Sat Jan 30 20:24:21 GMT 2010
Author: frew
Date: 2010-01-30 20:24:21 +0000 (Sat, 30 Jan 2010)
New Revision: 8476
Modified:
DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/Manual/Intro.pod
Log:
no first in POD
Modified: DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/Manual/Intro.pod
===================================================================
--- DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/Manual/Intro.pod 2010-01-30 20:19:30 UTC (rev 8475)
+++ DBIx-Class/0.08/branches/pod_fixes/lib/DBIx/Class/Manual/Intro.pod 2010-01-30 20:24:21 UTC (rev 8476)
@@ -434,7 +434,7 @@
my $row = $schema->resultset('People')
->search({ last_name => 'Dantes' })
- ->first;
+ ->next;
$row->update({ children => 2 }); # <-- exception thrown because $row isn't
# necessarily unique
More information about the Bast-commits
mailing list