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

Mail::ListDetector::Detector::Base - base class for mailing list detectors

Author

       Michael Stevens - michael@etla.org.

perl v5.36.0                                       2022-11-29             Mail::ListDetec...:Detector::Base(3pm)

Bugs

       No known bugs.

Description

       Abstract base class for mailing list detectors, should not be instantiated directly.

Methods

new()
       Provides a simple constructor for the class. Accepts an optional data argument and stores that argument
       in the object if it is supplied.

   match()
       This just dies, and should be implemented in any subclass.

Name

       Mail::ListDetector::Detector::Base - base class for mailing list detectors

Synopsis

         use Mail::ListDetector::Detector::Base;

See Also