Skip Menu |

This queue is for tickets about the Declare-Constraints-Simple CPAN distribution.

Report information
The Basics
Id: 124983
Status: new
Priority: 0/
Queue: Declare-Constraints-Simple

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

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



Subject: Spelling errors
Hello, some errors reported by lintian
Subject: spelling-errors.patch
Description: Spelling errors Author: Xavier Guimard <x.guimard@free.fr> Forwarded: <no|not-needed|url proving that it has been forwarded> Last-Update: 2018-03-31 --- a/lib/Declare/Constraints/Simple/Library/Base.pm +++ b/lib/Declare/Constraints/Simple/Library/Base.pm @@ -266,7 +266,7 @@ =head2 _with_message($msg, $closure, @args) This is the internal version of the general C<Message> constraint. It -sets the current overriden message to C<$msg> and executes the +sets the current overridden message to C<$msg> and executes the C<$closure> with C<@args> as arguments. =cut --- a/lib/Declare/Constraints/Simple/Library/Operators.pm +++ b/lib/Declare/Constraints/Simple/Library/Operators.pm @@ -128,7 +128,7 @@ This runs every given C<$test> argument on the value, until it finds one that returns true. If none is found, false is returned. On a true -result, howver, the corresponding C<$conseq> constraint is applied to +result, however, the corresponding C<$conseq> constraint is applied to the value and it's result returned. This allows validation depending on other properties of the value: --- a/lib/Declare/Constraints/Simple/Library/Referencial.pm +++ b/lib/Declare/Constraints/Simple/Library/Referencial.pm @@ -84,7 +84,7 @@ =head2 IsArrayRef($constraint) The value is valid if the value is an array reference. The contents of -the array can be validated by passing an other C<$constraint> as +the array can be validated by passing another C<$constraint> as argument. The stack or path part of C<IsArrayRef> is C<IsArrayRef[$index]> where