projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d25db73
)
Fix POD typo in SQL/Translator/Schema/Trigger.pm (RT#63451)
Rafael Kitover [Tue, 30 Nov 2010 10:39:15 +0000 (10:39 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/SQL/Translator/Schema/Trigger.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
7fb442c
..
46ac5c3
100644
(file)
--- 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
(file)
--- 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 ...;