- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1881 - 1890 of 2,621 for host:perldoc.perl.org (0.05 sec)
-
Test2::Plugin::DieOnFail.txt
package Test2::Plugin::DieOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test2...perldoc.perl.org/Test2::Plugin::DieOnFail.txtRegistered: Tue May 13 22:50:55 UTC 2025 - 1.4K bytes - Viewed (0) -
Test2::Require::EnvVar.txt
package Test2::Require::EnvVar; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; my ($var) = @_; confess "no envir...perldoc.perl.org/Test2::Require::EnvVar.txtRegistered: Tue May 13 21:27:31 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Compare::Event.txt
package Test2::Compare::Event; use strict; use warnings; use Scalar::Util qw/blessed/; use Test2::Compare::EventMeta(); use base 'Test2::Compare::Object'; our $VERSION = '0.000162'; use Test2::Util...perldoc.perl.org/Test2::Compare::Event.txtRegistered: Tue May 13 17:59:37 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util.txt
package Test2::Util; use strict; use warnings; our $VERSION = '1.302199'; use POSIX(); use Config qw/%Config/; use Carp qw/croak/; BEGIN { local ($@, $!, $SIG{__DIE__}); *HAVE_PERLIO = eval { requi...perldoc.perl.org/Test2::Util.txtRegistered: Wed May 14 01:31:27 UTC 2025 - 10.3K bytes - Viewed (0) -
Test2::Manual::Tooling::Testing.txt
package Test2::Manual::Tooling::Testing; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Testing - Tutorial on how to test your testing tools. =h...perldoc.perl.org/Test2::Manual::Tooling::Testing.txtRegistered: Wed May 14 01:38:40 UTC 2025 - 4.4K bytes - Viewed (0) -
Test2::Plugin::Times.txt
package Test2::Plugin::Times; use strict; use warnings; use Test2::Util::Times qw/render_bench render_duration/; use Test2::API qw{ test2_add_callback_exit }; use Time::HiRes qw/time/; our $VERSION...perldoc.perl.org/Test2::Plugin::Times.txtRegistered: Tue May 13 23:06:26 UTC 2025 - 3.1K bytes - Viewed (0) -
Test2::Manual::Tooling::Plugin::ToolStarts.txt
package Test2::Manual::Tooling::Plugin::ToolStarts; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::ToolStarts - How to add behaviors that occur when a tool starts...perldoc.perl.org/Test2::Manual::Tooling::Plugin::ToolStarts.txtRegistered: Tue May 13 23:45:44 UTC 2025 - 3K bytes - Viewed (0) -
Test2::Require::Threads.txt
package Test2::Require::Threads; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_THREAD/; sub skip { return undef if CAN_THREAD; return "This ...perldoc.perl.org/Test2::Require::Threads.txtRegistered: Wed May 14 02:52:43 UTC 2025 - 2.1K bytes - Viewed (0) -
Test2::Manual::Anatomy::API.txt
package Test2::Manual::Anatomy::API; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::API - Internals documentation for the API. =head1 DESCRIPTIO...perldoc.perl.org/Test2::Manual::Anatomy::API.txtRegistered: Wed May 14 00:24:21 UTC 2025 - 1.9K bytes - Viewed (0) -
Test2::EventFacet::Render.txt
package Test2::EventFacet::Render; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::Hash...perldoc.perl.org/Test2::EventFacet::Render.txtRegistered: Wed May 14 03:17:38 UTC 2025 - 2K bytes - Viewed (0)