The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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;