The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl

use strict;
use warnings;

our($o);

BEGIN {
  use Test::Inter;
  $o = new Test::Inter;
}

BEGIN { $o->use_ok('7.001','forbid'); }
BEGIN { $o->use_ok('Config','xxxx','forbid'); }
BEGIN { $o->use_ok('Storable',7.01,'dclone','forbid'); }

$o->done_testing();