The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
***************
*** 1,6 ****
  #!/usr/bin/perl
  use warnings;
  use strict;
  use Test::More;
  
  use_ok( "File::Set::Writer" );
--- 1,8 ----
  #!/usr/bin/perl
  use warnings;
  use strict;
+ # Disable extra testing for deficient development environments
+ BEGIN { $ENV{PERL_STRICTURES_EXTRA} = 0; }
  use Test::More;
  
  use_ok( "File::Set::Writer" );