Perl-Modern-Perl version 1.012

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 not be activated or warning can be
switched on this will be given after the version (the minus or plus 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
   - Exporter
   - IO::File
   - IO::Handle
   - 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.


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.
