NAME
My::Module::Recommend - Recommend modules to install.
SYNOPSIS
use lib qw{ inc };
use My::Module::Recommend;
My::Module::Recommend->recommend();
DETAILS
This package generates the recommendations for optional modules. It is intended to be called by the build system. The build system's own mechanism is not used because we find its output on the Draconian side.
METHODS
This class supports the following public methods:
optionals
say for My::Module::Recommend->optionals();
This static method simply returns the names of the optional modules.
recommend
My::Module::Recommend->recommend();
This static method examines the current Perl to see which optional modules are installed. If any are not installed, a message is printed to standard out explaining the benefits to be gained from installing the module, and any possible problems with installing it.
SUPPORT
Support is by the author. Please file bug reports at https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-SpaceTrack, https://github.com/trwyant/perl-Astro-SpaceTrack/issues/, or in electronic mail to the author.
AUTHOR
Thomas R. Wyant, III wyant at cpan dot org
COPYRIGHT AND LICENSE
Copyright (C) 2010-2026 by Thomas R. Wyant, III
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the files LICENSE-Artistic and LICENSE-GPL.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.