Perl-Modern-Perl version 1.002

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).


INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

Alternatively, to install with Module::Build, you can use the following commands:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install


DEPENDENCIES

The following pragmas and modules are required:

   - feature
   - mro
   - strict
   - version
   - warnings
   - Carp
   - English
   - Perl::Version

INCOMPATIBILITIES

The module works with Perl version 5.10, 5.12, 5.14, 5.16, 5.18, 5.20 and 5.22.
Development versions of PERL are not supported.

COPYRIGHT AND LICENCE

Copyright (C) 2015, Juergen von Brietzke

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