Skip to content

Commit

Permalink
use :nosearch because Windows doesn't build otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 16, 2024
1 parent 075c0fb commit 371d4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ sub WriteMakefile1 { #Written by Alexandr Ciornii, version 0.21. Added by eum
delete $params{BINARY_LOCATION} if $] < 5.005;

die "$@\nOS unsupported\n" if not eval { assert_lib %params; 1 };

$params{LIBS} = ":nosearch $params{LIBS}";

Check failure on line 111 in Makefile.PL

View workflow job for this annotation

GitHub Actions / ci (5.30, macos-latest)

Use of uninitialized value $params{"LIBS"} in concatenation (.) or string
WriteMakefile( %params );
}
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on configure => sub {
requires 'Data::Dumper' => 0;
requires 'Devel::CheckOS' => 0;
requires 'ExtUtils::Constant' => 0;
requires 'ExtUtils::MakeMaker' => '6.17';
requires 'ExtUtils::MakeMaker' => '6.64';
requires 'ExtUtils::MakeMaker::CPANfile' => 0;
requires 'Devel::CheckLib' => 0;
};
Expand Down

0 comments on commit 371d4d6

Please sign in to comment.