Skip to content

Commit

Permalink
no need Win32::Process on Windows anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 4, 2024
1 parent a3c4ca6 commit 31a7745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ my %prereq = ( 'PDL' => 0,
'File::Temp' => 0,
'Time::HiRes' => 0);

$prereq{'Win32::Process'} = 0.14 if $^O =~ /MSWin32/i;

WriteMakefile(
NAME => 'PDL::Graphics::Simple',
AUTHOR => ['Craig DeForest <craig@deforest.org>'],
Expand Down

0 comments on commit 31a7745

Please sign in to comment.