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

Syntax::Collection::Basic - (deprecated)

Requires Perl 5.18+ Travis status Distribution kwalitee CPAN Testers result

VERSION

Version 0.0601, released 2017-10-31.

STATUS

Deprecated.

SYNOPSIS

   use Syntax::Collection::Basic;

Is really

    use strict;
    use warnings;
    use Modern::Perl '2014';
    use true;

SOURCE

https://github.com/Csson/syntax-collection-basic

HOMEPAGE

https://metacpan.org/release/Syntax-Collection-Basic

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.