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

Task::CoreModules - All the modules that should have been installed for your perl

VERSION

version 0.001

SYNOPSIS

    $ cpanm Task::CoreModules

DESCRIPTION

This is a distribution that contains no code of its own, but merely declares dependencies on a number of other modules: all the modules that should have been bundled with your version of Perl, but may have been omitted due to overly-zealous distribution package managers who decided to omit some modules to "save space".

Simply declare a dependency on Task::CoreModules in your project, and when installed, all core modules are installed. If you already have them, then no action is taken.

FUNCTIONS/METHODS

None.

SEE ALSO

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Task-CoreModules@rt.cpan.org).

I am also usually active on irc, as 'ether' at irc.perl.org.

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENCE

This software is copyright (c) 2019 by Karen Etheridge.

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