From: Peter Rabbitson Date: Tue, 18 Aug 2009 08:32:13 +0000 (+0000) Subject: Disambiguate POD X-Git-Tag: v0.08109~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18bb9eca6d66b39de84643f2241b01cc57901c4c;p=dbsrgits%2FDBIx-Class.git Disambiguate POD --- diff --git a/lib/DBIx/Class/Manual/Intro.pod b/lib/DBIx/Class/Manual/Intro.pod index 3a275e6..fa33614 100644 --- a/lib/DBIx/Class/Manual/Intro.pod +++ b/lib/DBIx/Class/Manual/Intro.pod @@ -267,8 +267,8 @@ instead: $album->set_column('title', 'Presence'); $title = $album->get_column('title'); -Just like with L, you call C to commit your changes to the -database: +Just like with L, you call C to save your changes to the +database (by executing the actual C statement): $album->update;