NAME
Catmandu::Sane - Package boilerplate
SYNOPSIS
use Catmandu::Sane;
DESCRIPTION
Package boilerplate equivalent to:
use strict;
use warnings;
use feature qw(:5.10);
use utf8;
use IO::File ();
use IO::Handle ();
use Try::Tiny::ByClass;
use Catmandu::Error;