Home
last modified time | relevance | path

Searched defs:ON_UNIX (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm58 use constant ON_UNIX => (!ON_WIN); constant
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm99 use constant ON_UNIX => ($^O ne 'MSWin32' and $^O ne 'MacOS' and $^O ne 'VMS'); constant