This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Perl > perl-Modern-Perl (1.20200211)

Modern::Perl - enable all of the features of Modern Perl with one import

Modern Perl programs use several modules to enable additional features
of Perl and of the CPAN. Instead of copying and pasting all of these
use lines, instead write only one:

use Modern::Perl;

This enables the strict and warnings pragmas, as well as all of the
features available in Perl 5.10. It also enables C3 method resolution
order as documented in perldoc mro and loads IO::File and IO::Handle
so that you may call methods on filehandles. In the future, it may
include additional core modules and pragmas (but is unlikely to
include non-core features).

Maintained by: Daniel Bowling
Keywords: modern,perl,chromatic
ChangeLog: perl-Modern-Perl

Homepage:
https://metacpan.org/pod/Modern::Perl

Source Downloads:
Modern-Perl-1.20200211.tar.gz (2c6f7648ced3cb3451d3c73eb4e1cb24)

Download SlackBuild:
perl-Modern-Perl.tar.gz
perl-Modern-Perl.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds