From 4ece30333e99f5fcc2b617b2fd92beedb6191b89 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Thu, 2 Jun 2016 11:00:28 +0200 Subject: [PATCH] applied patch from rt.cpan.org#114815 --- Struct.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Struct.pm b/Struct.pm index 10ef1fd..8d1c11c 100644 --- a/Struct.pm +++ b/Struct.pm @@ -557,7 +557,7 @@ The type 'optional' can be placed anywhere in the type string. In some rare situations you might require a negative match. So a test shall return TRUE if a particular value does NOT match the -given type. This might be usefull to prevent certain things. +given type. This might be useful to prevent certain things. To achieve this, you just have to prepend one of the below mentioned types with the keyword B. @@ -679,7 +679,7 @@ Enables debug output which gets printed to STDERR. Returns an array ref with the errors found when validating the hash. Each error is on the format ' doesn't match at ', where is a comma separated tree view depicting where in the -the error occured. +the error occurred. =item B