diff --git a/lib/Parrot/IO/File.pm b/lib/Parrot/IO/File.pm index 388929ce14..f0bba6b6c0 100644 --- a/lib/Parrot/IO/File.pm +++ b/lib/Parrot/IO/File.pm @@ -33,7 +33,7 @@ use Parrot::IO::Directory; BEGIN { if ($^O eq 'MSWin32') { eval { require Win32::UTCFileTime; } - and Win32::UTCFileTime::import(':globally'); + and Win32::UTCFileTime::import(':globally'); } } diff --git a/t/dynpmc/os.t b/t/dynpmc/os.t index 019b3d40f9..4b9c932782 100644 --- a/t/dynpmc/os.t +++ b/t/dynpmc/os.t @@ -327,7 +327,7 @@ my $count = $MSWin32 ? 11 : 13; BEGIN { if ($^O eq 'MSWin32') { eval { require Win32::UTCFileTime; } - and Win32::UTCFileTime::import(':globally'); + and Win32::UTCFileTime::import(':globally'); } } my @s = stat('xpto');