Skip to content

Commit

Permalink
refactor: remove PERL_STRICT
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Oct 13, 2024
1 parent 44045cc commit b137a1c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions t/10-integration/Data-Checks.t
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
use Test2::V0;
use Test2::Require::Module 'Data::Checks', '0.09';

BEGIN {
$ENV{PERL_STRICT} = 1;
}

use Syntax::Keyword::Assert;
use Data::Checks qw( Str );

Expand Down
4 changes: 0 additions & 4 deletions t/10-integration/Syntax-Operator-Is.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ use Test2::V0;
use Test2::Require::Module 'Syntax::Operator::Is', '0.02';
use Test2::Require::Module 'XS::Parse::Infix', '0.44';

BEGIN {
$ENV{PERL_STRICT} = 1;
}

use Syntax::Keyword::Assert;
use Syntax::Operator::Is is => { -as => "is_" };
use Data::Checks qw( Str );
Expand Down
4 changes: 0 additions & 4 deletions t/10-integration/Type-Tiny.t
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
use Test2::V0;
use Test2::Require::Module 'Type::Tiny', '2.000000';

BEGIN {
$ENV{PERL_STRICT} = 1;
}

use Syntax::Keyword::Assert;
use Types::Standard -types;

Expand Down
4 changes: 0 additions & 4 deletions t/10-integration/signatures.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ use Test2::Require::Perl 'v5.36';

use feature qw(signatures);

BEGIN {
$ENV{PERL_STRICT} = 1;
}

use Syntax::Keyword::Assert;

subtest 'Test `assert` with signatures' => sub {
Expand Down

0 comments on commit b137a1c

Please sign in to comment.