Home
last modified time | relevance | path

Searched refs:has_perlio (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Socket/t/
H A Dsocketpair.t9 my $has_perlio;
51 unless ($has_perlio = PerlIO::Layer->can("find") && PerlIO::Layer->find('perlio')) {
102 if ($has_perlio) {
199 if ($has_perlio) {
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_sock.t28 my $has_perlio = PerlIO::Layer->find( 'perlio' );
279 if ($has_perlio) {
287 if ($has_perlio) {
349 if ($has_perlio) { binmode($sock, ":utf8") or die }
/openbsd/gnu/usr.bin/perl/t/op/
H A Dread.t28 my $has_perlio = !eval {
56 if $utf8 and !$has_perlio;
H A Dinccode.t14 my $has_perlio = $Config{useperlio};
/openbsd/gnu/usr.bin/perl/lib/
H A Dutf8.t3 my $has_perlio;
9 unless ($has_perlio = find PerlIO::Layer 'perlio') {
177 binmode(P, ":bytes") if $has_perlio;
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm1932 sub has_perlio { return $HAS_PERLIO; } subroutine