[Catalyst-commits] r12417 -
trunk/examples/CatalystAdvent/root/2009/pen
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Thu Dec 17 00:36:32 GMT 2009
Author: ribasushi
Date: 2009-12-17 00:36:31 +0000 (Thu, 17 Dec 2009)
New Revision: 12417
Modified:
trunk/examples/CatalystAdvent/root/2009/pen/dbic-multicreate.pod
Log:
Bring back prestige references :)
Modified: trunk/examples/CatalystAdvent/root/2009/pen/dbic-multicreate.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/dbic-multicreate.pod 2009-12-17 00:19:03 UTC (rev 12416)
+++ trunk/examples/CatalystAdvent/root/2009/pen/dbic-multicreate.pod 2009-12-17 00:36:31 UTC (rev 12417)
@@ -4,7 +4,7 @@
inserting new rows into your database. If you frequent
C<irc.perl.org#dbix-class> you probably have heard of the mysterious
MultiCreate, yet you are not entirely sure if it can bring you fame and money.
-Watch closely to find out.
+Are you watching closely?
=head2 The Pledge
@@ -107,10 +107,8 @@
So the depressed developer sets out to write even more boring dull code.
+=head2 The Prestige
-
-=head2 Meanwhile ...
-
An enlightened coworker arrives, looks at the code and changes it to:
for my $chunk (@data) {
@@ -123,7 +121,7 @@
$schema->resultset ('Artist')->populate (\@data);
-=head2 The Trick Revealed
+=head1 The Trick Revealed
Just like being able to L<turn ResultSets into nested
structures|DBIx::Class::ResultClass::HashRefInflator>, L<DBIx::Class> can
More information about the Catalyst-commits
mailing list