Home
last modified time | relevance | path

Searched refs:SMARTMATCH_ALLOWED (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/autodie/t/
H A Dexceptions-smartmatch.t6 BEGIN { plan skip_all => "requires perl with smartmatch support" unless Fatal::SMARTMATCH_ALLOWED; }
/openbsd/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm20 use constant SMARTMATCH_ALLOWED => ( $] >= 5.010 && $] < 5.041 ); constant
22 !SMARTMATCH_ALLOWED || $] < 5.018 ? undef
1126 elsif ( SMARTMATCH_ALLOWED ) {
1181 elsif (SMARTMATCH_ALLOWED) {