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 -T
# -*- mode: cperl ; compile-command: "cd .. ; ./Build ; prove -vb t/03-*systemsafe-preserve.t" -*-

use strict;
use warnings;

our ($strategy, $class);
$strategy = 'systemsafe-preserve';
$class = 'Test::Trap::Builder::SystemSafe';

use lib '.';
require 't/03-files.pl';