The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!perl
use strict;
use warnings;
use Test::More;

plan( skip_all => "Require a version of Test::PPPort that takes arguments to ppport_ok" );
#if ( eval "use Test::PPPort; 1" ) {
#    ppport_ok( '--compat-version=5.006' );
#}
#else {
#    plan( skip_all => "Test::PPPort required for testing ppport.h" );
#}