- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 2,615 for host:perldoc.perl.org (0.03 sec)
-
Test2::Tools::Ref.txt
package Test2::Tools::Ref; use strict; use warnings; our $VERSION = '0.000162'; use Scalar::Util qw/reftype refaddr/; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; our @EXPORT = ...perldoc.perl.org/Test2::Tools::Ref.txtRegistered: Fri Mar 07 20:00:42 UTC 2025 - 3.6K bytes - Viewed (0) -
Test2::Tools::Target.txt
package Test2::Tools::Target; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/pkg_to_file/; sub import { my $class = shift; my $caller = caller; $class->...perldoc.perl.org/Test2::Tools::Target.txtRegistered: Fri Mar 07 21:22:13 UTC 2025 - 2K bytes - Viewed (0) -
Test2::Require::ReleaseTesting.txt
package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...perldoc.perl.org/Test2::Require::ReleaseTesting.txtRegistered: Fri Mar 07 21:37:17 UTC 2025 - 1.2K bytes - Viewed (0) -
Test2::Util::Guard.txt
package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '0.000162'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...perldoc.perl.org/Test2::Util::Guard.txtRegistered: Fri Mar 07 22:51:45 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util::Trace.txt
package Test2::Util::Trace; require Test2::EventFacet::Trace; use warnings; use strict; our @ISA = ('Test2::EventFacet::Trace'); our $VERSION = '1.302199'; 1; __END__ =pod =encoding UTF-8 =head1 NA...perldoc.perl.org/Test2::Util::Trace.txtRegistered: Fri Mar 07 20:18:21 UTC 2025 - 885 bytes - Viewed (0) -
Test::More.txt
package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...perldoc.perl.org/Test::More.txtRegistered: Sat Mar 08 02:56:41 UTC 2025 - 53.1K bytes - Viewed (0) -
Test::Harness.txt
package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...perldoc.perl.org/Test::Harness.txtRegistered: Sat Mar 08 02:49:19 UTC 2025 - 16.3K bytes - Viewed (0) -
Test2::Tools::ClassicCompare.txt
package Test2::Tools::ClassicCompare; use strict; use warnings; our $VERSION = '0.000162'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; use Carp qw/carp/; use Scalar...perldoc.perl.org/Test2::Tools::ClassicCompare.txtRegistered: Fri Mar 07 23:47:55 UTC 2025 - 11.8K bytes - Viewed (0) -
Test2::Suite.txt
package Test2::Suite; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Suite - Distribution with a rich set of tools built upon the Test2 fram...perldoc.perl.org/Test2::Suite.txtRegistered: Fri Mar 07 23:17:27 UTC 2025 - 9.3K bytes - Viewed (0) -
Test2::Util::Grabber.txt
package Test2::Util::Grabber; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Hub::Interceptor(); use Test2::EventFacet::Trace(); use Test2::API qw/test2_stack test2_ipc/; use Test2...perldoc.perl.org/Test2::Util::Grabber.txtRegistered: Fri Mar 07 23:05:54 UTC 2025 - 5.5K bytes - Viewed (0)