NAME
Arthas::Defaults - Defaults for coding - Do not use if you're not Arthas
SYNOPSIS
use Arthas::Defaults;
DESCRIPTION
It's like saying:
use v5.14;
use utf8;
use warnings;
no warnings 'uninitialized';
Might change without notice, at any time. DO NOT USE!
AUTHOR
Michele Beltrame, mb@italpro.net
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.