logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sisimai::Reason::Feedback - Email forwarded as a complaint message

Author

       azumakuniyuki

Class Methods

"text()"
       text() method returns the fixed string "feedback".

           print Sisimai::Reason::Feedback->text;  # feedback

   "match(string)"
       match() method always return "undef"

   "true(Sisimai::Fact)"
       true() method always return "undef"

Description

       "Sisimai::Reason::Feedback" is for only returning the text and the description. This class is called only
       from "Sisimai-"reason()> method and "Sisimai::ARF" class.

License

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

perl v5.40.1                                       2025-04-12                     Sisimai::Reason::Feedback(3pm)

Name

       Sisimai::Reason::Feedback - Email forwarded as a complaint message

Synopsis

           use Sisimai::Reason::Feedback;
           print Sisimai::Reason::Feedback->text; # feedback

See Also