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
use Try::Tiny;
use Path::Class;
use autobox::Core;