The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

$::module_name - {{ SHORT DESCRIPTION }}

DESCRIPTION

{{ LONG DESCRIPTION }}

USAGE

{{ USAGE DESCRIPTION }}

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

TASKS

example

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