SYNOPSIS
just
use Eirotic::514;
to have
use strict;
use warnings qw< FATAL all >;
use 5.14.0; # because given is fixed there
use Perlude;
use Method::Signatures;
use File::Slurp qw< :all >;
MORE to come
is utf8::all a good idea ? use use
instead of my own import?
please help to make my mind up
About signatures
I have to read again those docs but if someone can explain the motivation behind Kavorka? (i never tested it as i'm perfectly happy about Method::Signatures).
https://metacpan.org/pod/Method::Signatures
https://metacpan.org/pod/Method::Signatures#THANKS
https://metacpan.org/pod/Function::Parameters
https://metacpan.org/pod/MooseX::Method::Signatures
https://metacpan.org/pod/signatures
https://metacpan.org/pod/Attribute::Signature
https://metacpan.org/pod/Kavorka
About IO::All
Should i import IO::All and how to import operator overloading? my guess is i just have to import &io
but i never tested it.
About List::AllUtils
temptation is strong but i don't want to conflict with perlude, even in the user's brain.
what about the idea from Book
(used in Perlude): use a very short NS. like A
for Array
and S
for stream?
About Mouse and Moo
Why so serioo? Mouse seems to be faster even in PP. is this about memory consumption ?
About autodie and fatal warnings
seems to be nice but maybe i should read http://blogs.perl.org/users/peter_rabbitson/2014/01/fatal-warnings-are-a-ticking-time-bomb-via-chromatic.html
CREDITS
Author: Marc Chantreux <marcc@cpan.org>