#!/usr/bin/env perl
use
strict;
use
warnings;
use
Error::Pure;
$Error::Pure::TYPE
=
'Error'
;
my
$self
= {
'key'
=> [
'Bad Unicode block'
,
],
};
check_array_unicode_block(
$self
,
'key'
);
# Print out.
"ok\n"
;
# Output like:
# #Error [..utils.pm:?] Parameter 'key' contains invalid Unicode block.