- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4681 - 4690 of 6,339 for content_length:[0 TO 9999] (0.07 sec)
-
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302210'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Fri Oct 31 23:44:15 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util::Guard.txt
package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '1.302210'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...perldoc.perl.org/Test2::Util::Guard.txtRegistered: Sat Nov 01 00:39:24 UTC 2025 - 1.3K bytes - Viewed (0) -
Test::Builder::Tester::Color.txt
package Test::Builder::Tester::Color; use strict; our $VERSION = '1.302210'; require Test::Builder::Tester; =head1 NAME Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester =head1...perldoc.perl.org/Test::Builder::Tester::Color.txtRegistered: Sat Nov 01 00:58:02 UTC 2025 - 973 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.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NA...perldoc.perl.org/Test2::Util::Trace.txtRegistered: Sat Nov 01 02:12:02 UTC 2025 - 880 bytes - Viewed (0) -
Test2::Formatter.txt
package Test2::Formatter; use strict; use warnings; our $VERSION = '1.302210'; my %ADDED; sub import { my $class = shift; return if $class eq __PACKAGE__; return if $ADDED{$class}++; require Test2:...perldoc.perl.org/Test2::Formatter.txtRegistered: Fri Oct 31 05:16:21 UTC 2025 - 3.9K bytes - Viewed (0) -
Test2::Event::Ok.txt
package Test2::Event::Ok; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{ pass effective_pass name tod...perldoc.perl.org/Test2::Event::Ok.txtRegistered: Fri Oct 31 04:29:33 UTC 2025 - 3.1K bytes - Viewed (0) -
Test2::Compare::Negatable.txt
package Test2::Compare::Negatable; use strict; use warnings; our $VERSION = '1.302210'; require overload; require Test2::Util::HashBase; sub import { my ($pkg, $file, $line) = caller; my $sub = eva...perldoc.perl.org/Test2::Compare::Negatable.txtRegistered: Fri Oct 31 08:33:31 UTC 2025 - 2.2K bytes - Viewed (0) -
Test2::EventFacet::Error.txt
package Test2::EventFacet::Error; use strict; use warnings; our $VERSION = '1.302210'; sub facet_key { 'errors' } sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFace...perldoc.perl.org/Test2::EventFacet::Error.txtRegistered: Fri Oct 31 06:02:17 UTC 2025 - 1.8K bytes - Viewed (0) -
Test2::EventFacet::Amnesty.txt
package Test2::EventFacet::Amnesty; use strict; use warnings; our $VERSION = '1.302210'; sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::Has...perldoc.perl.org/Test2::EventFacet::Amnesty.txtRegistered: Fri Oct 31 04:46:43 UTC 2025 - 1.6K bytes - Viewed (0) -
Module::Load.txt
package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...perldoc.perl.org/Module::Load.txtRegistered: Thu Oct 30 08:08:30 UTC 2025 - 8.9K bytes - Viewed (0)