1Module::Install::ExtraTUessetrs(C3o)ntributed Perl DocumMeondtualtei:o:nInstall::ExtraTests(3)
2
3
4

NAME

6       Module::Install::ExtraTests - contextual tests that the harness can
7       ignore
8

VERSION

10       0.008
11

COMMANDS

13       This plugin adds one Module::Install command:
14
15   extra_tests
16         extra_tests;
17
18       This declares that the test files found in the directory ./xt should be
19       run only in certain instances:
20
21         ./xt/author  - run when the tests are being run in an author's working copy
22         ./xt/smoke   - run when the dist is being smoked (AUTOMATED_TESTING=1)
23         ./xt/release - run during "make disttest"
24
25       These directories are recurisvely scanned for *.t files.  If any
26       directories or files exist in ./xt that are not recognized, the
27       Makefile.PL will die.
28
29       Achtung!  This is pretty scary, experimental code, mostly because it
30       relies on the pretty scary, non-experimental-but-seriously-sketchy
31       underlying customization system for ExtUtils::MakeMaker.  I may remove
32       this warning when I've decided that this is stable enough, but until
33       then:
34
35         HIC SUNT DRACONES
36

AUTHOR TESTS

38       "Is this being run by an author?" is determined internally by
39       Module::Install, but at the time of the writing of this version it's
40       determined by the existence of a directory called .author in ./inc.
41       (On VMS, it's _author.)  This directory is created when
42       Module::Install's Makefile.PL is run in a directory where no ./inc
43       directory exists.
44

BUGS

46       Please report any bugs or feature requests through the web interface at
47       <http://rt.cpan.org>. I will be notified, and then you'll automatically
48       be notified of progress on your bug as I make changes.
49
51       Copyright 2008, Ricardo SIGNES.  This program is free software;  you
52       can redistribute it and/or modify it under the same terms as Perl
53       itself.
54
55
56
57perl v5.36.0                      2022-07-22    Module::Install::ExtraTests(3)
Impressum