From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

rig::task::red - the 'red' rig

VERSION

version 0.04

DESCRIPTION

This is one of the standard rigs packaged into rig for an out-of-the-box experience.

It includes the following:

use strict;
use warnings qw/FATAL all/;
use feature 'say';
use Data::Dumper; # and aliased Dump to dd