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

Perl::Modern::Perl - Loads all features of the current used version of Perl.

VERSION

This document describes Perl::Modern::Perl version 1.004.

SYNOPSIS

   use Perl::Modern::Perl;
   or
   use Perl::Modern:Perl qw{5.20};
   or
   use Perl::Modern::Perl qw{5.18 -switch}

DESCRIPTION

Loads all features of the current version of Perl used or the specified version of Perl. The corresponding warnings are deactivated. If a version of Perl specified, this must be less than or equal to the installed. Should one or more features can not be activated this be specified after the version (the minus sign is optional).

INTERFACE

Contains no routines that are invoked explicitly.

import

Called automatically when integrating.

unimport

Called automatically when you leave the name space.

DIAGNOSTICS

Version '5.xx' not detected

The version of the installed PERL could not be determined.

Version (5.xx) not supports

The transferred PERL version is not supported.

Features '5.xx' in '5.xx' not available

he requested PERL version is higher than the installed.

Can't execute 'use qw{5.xx}'

The requested PERL version can not be activated.

Feature 'xxxxx' in version '5.xx' not available.

he feature to be removed is not included in the selected version of Perl.

Unknown feature/warning for delete 'xxxxx'

The feature to be removed is unknown.

CONFIGURATION AND ENVIRONMENT

Perl::Modern::Perl requires no configuration files or environment variables.

DEPENDENCIES

The following pragmas and modules are required:

CORE

   - feature
   - mro
   - strict
   - version
   - warnings

   - Carp
   - English

CPAN or ActiveState Repository

   - Perl::Version

INCOMPATIBILITIES

The module works with Perl version 5.12, 5.14, 5.16, 5.18, 5.20 and 5.22. Developers Perl versions are not supported. It state is toggled to the previous major version.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-perl-modern-moose@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Juergen von Brietzke <juergen.von.brietzke@t-online.de>

LICENCE AND COPYRIGHT

Copyright (c) 2015, Juergen von Brietzke <juergen.von.brietzke@t-online.de>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

DISCLAIMER OF WARRANTY

BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.