table of contents
Test::Alien::CanCompileCpp(3) | User Contributed Perl Documentation | Test::Alien::CanCompileCpp(3) |
NAME¶
Test::Alien::CanCompileCpp - Skip a test file unless a C++ compiler is available
VERSION¶
version 1.04
SYNOPSIS¶
use Test::Alien::CanCompileCpp;
DESCRIPTION¶
This is just a Test2 plugin that requires that a compiler be available. Otherwise the test will be skipped.
SEE ALSO¶
AUTHOR¶
Author: Graham Ollis <plicease@cpan.org>
Contributors:
Roy Storey (KIWIROY)
Diab Jerius (DJERIUS)
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2017-2024 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2025-01-05 | perl v5.40.0 |