Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 63451
Status: resolved
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: ilmari [...] ilmari.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.11007



Subject: [PATCH 1/2] Fix POD typo
Date: Mon, 29 Nov 2010 23:54:14 +0000
To: bug-SQL-Translator [...] rt.cpan.org
From: Dagfinn Ilmari Mannsåker <ilmari [...] ilmari.org>
--- lib/SQL/Translator/Schema/Trigger.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 ...; -- 1.7.1