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

Eirotic - a module to load and use Perl my may

VERSION

0.3

SYNOPSIS

writting

    use Eirotic;

replaces this boilerplate

    use 5.20.0;
    use strict;
    use warnings qw( FATAL all );
    use experimental 'signatures'; 
    use Perlude;
    use curry;
    use Path::Tiny;
    require YAML;

CHANGES

v0.1 (2015)

YET EXPERIMENTING

Unicode everywhere

is utf8::all a good idea ? use use instead of my own import?

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 https://metacpan.org/author/BOOK (used in Perlude): use a very short NS. like A for Array and S for stream?

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

AUTHOR

Marc Chantreux <marcc@cpan.org>

BUGS

Please report any bugs or feature requests to bug-eirotic at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Eirotic. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Eirotic
 

You can also look for information at:

COPYRIGHT

Copyright 2013-2015 Marc Chantreux (eiro).

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.