CPAN-Reporter
view release on metacpan or search on metacpan
"unknown" and a failure will be signaled to CPAN.pm.
If prerequisites specified in "Makefile.PL" or "Build.PL" are not
available, no report will be generated and a failure will be signaled to
CPAN.pm.
PRIVACY WARNING
CPAN::Reporter includes information in the test report about environment
variables and special Perl variables that could be affecting test
results in order to help module authors interpret the results of the
tests. This includes information about paths, terminal, locale,
user/group ID, installed toolchain modules (e.g. ExtUtils::MakeMaker)
and so on.
These have been intentionally limited to items that should not cause
harmful personal information to be revealed -- it does *not* include
your entire environment. Nevertheless, please do not use CPAN::Reporter
if you are concerned about the disclosure of this information as part of
your test report.
Users wishing to review this information may choose to edit the report
lib/CPAN/Reporter.pm view on Meta::CPAN
"unknown" and a failure will be signaled to CPAN.pm.
If prerequisites specified in C<<< Makefile.PL >>> or C<<< Build.PL >>> are not available,
no report will be generated and a failure will be signaled to CPAN.pm.
=head1 PRIVACY WARNING
CPAN::Reporter includes information in the test report about environment
variables and special Perl variables that could be affecting test results in
order to help module authors interpret the results of the tests. This includes
information about paths, terminal, locale, userE<sol>group ID, installed toolchain
modules (e.g. ExtUtils::MakeMaker) and so on.
These have been intentionally limited to items that should not cause harmful
personal information to be revealed -- it does I<not> include your entire
environment. Nevertheless, please do not use CPAN::Reporter if you are
concerned about the disclosure of this information as part of your test report.
Users wishing to review this information may choose to edit the report
prior to sending it.
t/11_env_config.t view on Meta::CPAN
version
);
# paths
# * cwd
# * compiler
# * $Config{make}
# special handling
# * umask
# * locale -- how do I determine this?
# * compiler tools versions
plan tests => 1 + test_fake_config_plan()
+ 2 * @env_vars_found
+ 2* keys %special_vars;
#--------------------------------------------------------------------------#
# Fixtures
#--------------------------------------------------------------------------#
t/12_toolchain_versions.t view on Meta::CPAN
version
);
# paths
# * cwd
# * compiler
# * $Config{make}
# special handling
# * umask
# * locale -- how do I determine this?
# * compiler tools versions
plan tests => 1 + test_fake_config_plan()
+ 2 * @toolchain ;
#--------------------------------------------------------------------------#
# Fixtures
#--------------------------------------------------------------------------#
my ($got, $expect);
( run in 2.310 seconds using v1.01-cache-2.11-cpan-ceb78f64989 )