1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix a spelling mistake
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=86158
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86158
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-15
--- a/lib/Validation/Class/Cookbook.pod
+++ b/lib/Validation/Class/Cookbook.pod
@@ -524,7 +524,7 @@
# the order in which these frameworks are used is important
# loading Moose first ensures that the Moose::Object constructor
- # has precendence
+ # has precedence
sub BUILD {
|