Skip to content

Commit

Permalink
Required for old RHEL7 servers
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jan 4, 2025
1 parent 272fb53 commit d286039
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/core_partial_read.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use English qw( -no_match_vars );
use Exporter();
use XSLoader();
use constant;
use overload;

SKIP: {
if ($^O eq 'MSWin32') {
Expand Down
1 change: 1 addition & 0 deletions t/core_read.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use English qw( -no_match_vars );
use Exporter();
use XSLoader();
use constant;
use overload;
BEGIN {
if ($^O eq 'MSWin32') {
require Win32;
Expand Down
1 change: 1 addition & 0 deletions t/core_sysopen.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use English qw( -no_match_vars );
use Exporter();
use XSLoader();
use constant;
use overload;

SKIP: {
if ($^O eq 'MSWin32') {
Expand Down
1 change: 1 addition & 0 deletions t/pp.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use English qw( -no_match_vars );
use Exporter();
use XSLoader();
use constant;
use overload;
BEGIN {
if ($^O eq 'MSWin32') {
require Win32;
Expand Down

0 comments on commit d286039

Please sign in to comment.