Devel-StatProfiler

 view release on metacpan or  search on metacpan

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

        visual_test
        sub_at_line
  )
);

our $TAKE_SAMPLE_LINE;

sub import {
    unshift @INC, 't/lib';

    strict->import;
    warnings->import;
    feature->import(':5.12');

    if ((grep /^:fork$/, @_) && !$Config{d_fork}) {
        __PACKAGE__->builder->skip_all("fork() not available");
    }
    if ((grep /^:threads$/, @_) && !$Config{usethreads}) {
        __PACKAGE__->builder->skip_all("threads not available");
    }
    if ((grep /^:spawn$/, @_) && !$Config{usethreads} && !$Config{d_fork}) {



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