DOKK / manpages / debian 12 / libsisimai-perl / Sisimai::Reason::Undefined.3pm.en
Sisimai::Reason::Undefined(3pm) User Contributed Perl Documentation Sisimai::Reason::Undefined(3pm)

Sisimai::Reason::Undefined - Sisimai could not detect the error reason.

    use Sisimai::Reason::Undefined;
    print Sisimai::Reason::Undefined->text; # undefined

Sisimai::Reason::Undefined is for only returning text and description. This class is called only from Sisimai->reason method.

"text()" returns string: "undefined".

    print Sisimai::Reason::Undefined->text;  # undefined

"match()" always return undef

"true()" always return undef

azumakuniyuki

Copyright (C) 2016 azumakuniyuki, All rights reserved.

This software is distributed under The BSD 2-Clause License.

2022-12-23 perl v5.36.0