NAME
Astro::SpaceTrack::Build - Extend Module::Build for PPIx::Regexp
SYNOPSIS
perl Build.PL
./Build
./Build test
./Build authortest # supplied by this module
./Build install
DESCRIPTION
This extension of Module::Build adds actions to those provided by Module::Build.
ACTIONS
This module provides the following actions:
-
This action does nothing on its own, but it depends on functional_test, optionals_test, and structural_test, so invoking it runs all these tests.
- functional_test
-
This action is the same as
test
, but theAUTHORTEST
environment variable is set to true.This test is sensitive to both the
verbose
argument and thetest-files
argument. - optionals_test
-
This action is the same as
test
, but theAUTHORTEST
environment variable is set to true, and thePERL5OPT
environment variable is set to-MTest::Without::Module=...
, where the elipsis is a comma-separated list of all optional modules.This test is sensitive to both the
verbose
argument and thetest-files
argument. - structural_test
-
This action is the same as
test
, but theAUTHORTEST
environment variable is set to true, and the test files are xt/author.Some of these tests require modules that are not named as requirements. Such tests should disable themselves if the required modules are not present.
This test is sensitive to the
verbose
argument and thestructural-test-files
argument, which specifies test files to run and defaults to xt/author. The use ofstructural-test-files
requires at least Module::Build version0.26
.
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) 2009, 2011-2025 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 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.