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

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.