From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
use lib 't/lib';
BEGIN {
$ENV{PERL5_PATCHPERL_PLUGIN} = 'TEST';
}
use Test::More qq'no_plan';
my $result = Devel::PatchPerl::_process_plugin(version => '5.14.2');
ok( $result, 'The result was okay' );