This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: Implement fail() if not available
authorKarl Williamson <khw@cpan.org>
Mon, 1 Jan 2018 19:32:22 +0000 (12:32 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 1 Jan 2018 19:37:50 +0000 (12:37 -0700)
commit13022195f4c28c117edae79e1b2ff1be3911ed37
treec46c316416f7edce5adbbba50a36db080c8cbf2e
parent86e851393c350edf822b0cc4ed3a12312b1276e0
t/loc_tools.pl: Implement fail() if not available

Previously, this file require the caller to have implemented ok() (which
they may not have done.  Now, it uses fail() instead if available, and
itsd own hand-rolled version otherwise.
t/loc_tools.pl