Skip to content

Commit

Permalink
add midnightbsd patch.
Browse files Browse the repository at this point in the history
also created pr upstream Perl-Toolchain-Gang/File-Fetch#24
  • Loading branch information
laffer1 committed Jan 11, 2024
1 parent b525dd4 commit 8c559f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/perl/cpan/File-Fetch/lib/File/Fetch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ use constant ON_VMS => ($^O eq 'VMS');
use constant ON_UNIX => (!ON_WIN);
use constant HAS_VOL => (ON_WIN);
use constant HAS_SHARE => (ON_WIN);
use constant HAS_FETCH => ( $^O =~ m!^(freebsd|netbsd|dragonfly)$! );
use constant HAS_FETCH => ( $^O =~ m!^(freebsd|netbsd|dragonfly|midnightbsd)$! );

=pod
Expand Down

0 comments on commit 8c559f3

Please sign in to comment.