There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

My::Module::Build - Extend Module::Build for Astro::UTDF

SYNOPSIS

perl Build.PL
./Build
./Build test
./Build authortest # supplied by this module
./Build install

DESCRIPTION

This extension of Module::Build adds the following action to those provided by Module::Build:

authortest

ACTIONS

This module provides the following action:

authortest

This action runs not only those tests which appear in the t directory, but those that appear in the xt directory. The xt tests are provided for information only, since some of them (notably xt/critic.t and xt/pod_spelling.t) are very sensitive to the configuration under which they run.

Some of the xt tests require modules that are not named as requirements. These should disable themselves if the required modules are not present.

This test is sensitive to the verbose=1 argument, but not to the --test_files argument.

SUPPORT

Support is by the author. Please file bug reports at https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-UTDF, https://github.com/trwyant/perl-Astro-UTDF/issues, or in electronic mail to the author.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2009, 2012-2021 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 directory LICENSES.

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.