Home
last modified time | relevance | path

Searched refs:test2_disable_trace_stamps (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Dtrace_stamps.t9 test2_disable_trace_stamps
19 test2_disable_trace_stamps();
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm217 sub test2_disable_trace_stamps { $INST->test2_disable_trace_stamps } subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInstance.pm46 sub test2_disable_trace_stamps { $_[0]->{+TRACE_STAMPS} = 0 } subroutine