Test-Arrow

 view release on metacpan or  search on metacpan

lib/Test/Arrow.pm  view on Meta::CPAN

    }
}

sub _need_io_handle { $] < 5.014000 }

sub _import_option_no_strict {
    my ($pkg, $args) = @_;

    my $no_strict = delete $args->{no_strict} or delete $args->{'-strict'};
    if (!$no_strict) {
        strict->import;
    }
}

sub _import_option_no_warnings {
    my ($pkg, $args) = @_;

    my $no_warnings = delete $args->{no_warnings} or delete $args->{'-warnings'};
    if (!$no_warnings) {
        warnings->import;
    }



( run in 0.438 second using v1.01-cache-2.11-cpan-299005ec8e3 )