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

$::module_name - {{ SHORT DESCRIPTION }}

Description

       {{ LONG DESCRIPTION }}

Name

       $::module_name - {{ SHORT DESCRIPTION }}

Tasks

       example
           This is an example Task. This task just output's the uptime of the system.

perl v5.40.0                                       2025-02-06                                         REXIFY(1p)

Usage

       {{ USAGE DESCRIPTION }}

        include qw/<%= $::module_name %>/;

        task yourtask => sub {
           <%= $::module_name %>::example();
        };

See Also