Skip Menu |

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

Report information
The Basics
Id: 131416
Status: resolved
Priority: 0/
Queue: Validate-Simple

People
Owner: Nobody in particular
Requestors: mr_osh_vegas [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: v0.3.0



Subject: Only one error is processed and reported
Date: Fri, 10 Jan 2020 18:30:38 +0000 (UTC)
To: "bug-Validate-Simple [...] rt.cpan.org" <bug-Validate-Simple [...] rt.cpan.org>
From: "J. O." <mr_osh_vegas [...] yahoo.com>
Halo Ubuntu 18.04 LTS Linux .... 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux perlbrew 5.28 1) Only one validation is executed and reported     See attachment program (vi.pl) 2) Typo in SYNOPSIS POD#    ERROR: Not a SCALAR reference     print join "\n", $$vs1->errors()         if !$is_valid1; Only one dollars sign needed. Thanks for your time!James EdwardsHave a great day!!!

Message body is not shown because sender requested not to inline it.

As of v0.3.0 if a `true` value in the `$all_erros` flag is passed to `new` or `validate` methods, it will check for all errors in params. If there is an error in spec, it will throw an exception.