Skip to content

Commit

Permalink
ext/POSIX/t/sysconf.t: Remove two declarations
Browse files Browse the repository at this point in the history
Previous commit was cherry-picked from Perl 5 blead, but we don't need
'use strict' or 'use warnings' in this proof-of-concept.
  • Loading branch information
jkeenan committed Dec 18, 2020
1 parent b02c6fc commit 6907dc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/POSIX/t/sysconf.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ BEGIN {
plan skip_all => "POSIX is unavailable" if $Config{'extensions'} !~ m!\bPOSIX\b!;
}

use strict;
use warnings;
use File::Spec;
use POSIX;

Expand Down

0 comments on commit 6907dc0

Please sign in to comment.