| Name: | perl-Module-Install-ExtraTests |
| Version: | 0.008 |
| Release: | 34.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 27826 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: |
perl-Module-Install-ExtraTests-0.008-34.el10_0.noarch.rpm
|
| Source RPM: |
perl-Module-Install-ExtraTests-0.008-34.el10_0.src.rpm
|
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Module-Install-ExtraTests |
| Summary: | Ignorable, contextual test support for Module::Install |
| Description: | This allows extra_tests; to be declared in Makefile.PL, indicating that the
test files found in the directory ./xt should be run only in certain
instances:
./xt/author - run when the tests are being run in an author's working copy
./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1)
./xt/release - run during "make disttest" |