From: Rafael Kitover Date: Tue, 30 Nov 2010 10:39:15 +0000 (+0000) Subject: Fix POD typo in SQL/Translator/Schema/Trigger.pm (RT#63451) X-Git-Tag: v0.11008~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb490ce5768b5a6588137e41d272b2efcb1df54d;p=dbsrgits%2FSQL-Translator.git Fix POD typo in SQL/Translator/Schema/Trigger.pm (RT#63451) --- diff --git a/Changes b/Changes index 7fb442c..46ac5c3 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,5 @@ +* Fix POD typo in SQL/Translator/Schema/Trigger.pm * Add explicit Scalar::Util to the deplist for really old perls * Add support for PostGIS Geometry and Geography data types in the Pg producer * Some minor fixes to squash warnings on new perls diff --git a/lib/SQL/Translator/Schema/Trigger.pm b/lib/SQL/Translator/Schema/Trigger.pm index dd63b4d..a46bd14 100644 --- a/lib/SQL/Translator/Schema/Trigger.pm +++ b/lib/SQL/Translator/Schema/Trigger.pm @@ -244,9 +244,9 @@ sub action { =head2 action -Gets or set the actions of the trigger. +Gets or set the action of the trigger. - $trigger->actions( + $trigger->action( q[ BEGIN select ...;