--- cpan/File-Fetch/lib/File/Fetch.pm.orig 2016-10-04 11:37:11 UTC +++ cpan/File-Fetch/lib/File/Fetch.pm @@ -54,7 +54,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!^(bsdsunix|freebsd|netbsd|dragonfly)$! ); =pod @@ -1457,7 +1457,7 @@ If a utility or module isn't available, tried again. The C method will only fail when all options are exhausted, and it was not able to retrieve the file. -The C utility is available on FreeBSD. NetBSD and Dragonfly BSD +The C utility is available on BSDSUniX, FreeBSD. NetBSD and Dragonfly BSD may also have it from C. We only check for C on those three platforms.