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

News::FormReply - derivative of News::FormArticle and News::AutoReply

Author

Constructor

       new ( ORIGINAL, FILENAME [, SOURCE [...]] )
           Construct  an  article  as  a  reply  to  "ORIGINAL", initialised from the specified file, performing
           variable substitution with values supplied by the "SOURCE" parameters (see News::FormArticle).

           The Subject, To, References and In-Reply-To headers are setup after the template has  been  read  and
           substituted, but a Subject header set in a template will not be overridden.

Description

       This is a "mixin" of News::FormArticle and News::AutoReply; it generates form replies by performing
       substitutions on a text file.

Name

       News::FormReply - derivative of News::FormArticle and News::AutoReply

Synopsis

         use News::FormReply;

       See below for functions available.

Usage

         use News::FormReply;

       Exports nothing.

See Also