- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 2,615 for host:perldoc.perl.org (0.04 sec)
-
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: Mon Nov 18 07:01:30 UTC 2024 - 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: Mon Nov 18 07:30:44 UTC 2024 - 11.8K bytes - Viewed (0) -
Test2::Tools::Class.txt
package Test2::Tools::Class; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; use Scalar::Util qw/blessed/; our @EXPORT = qw/can...perldoc.perl.org/Test2::Tools::Class.txtRegistered: Mon Nov 18 06:22:44 UTC 2024 - 4.7K bytes - Viewed (0) -
Test2::Manual::Tooling::Formatter.txt
package Test2::Manual::Tooling::Formatter; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. =hea...perldoc.perl.org/Test2::Manual::Tooling::Formatter.txtRegistered: Mon Nov 18 07:56:50 UTC 2024 - 2.8K bytes - Viewed (0) -
Test2::Require::Fork.txt
package Test2::Require::Fork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_FORK/; sub skip { return undef if CAN_FORK; return "This test re...perldoc.perl.org/Test2::Require::Fork.txtRegistered: Mon Nov 18 06:43:38 UTC 2024 - 2.3K 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: Mon Nov 18 05:10:30 UTC 2024 - 2K bytes - Viewed (0) -
Test2::Require::ExtendedTesting.txt
package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...perldoc.perl.org/Test2::Require::ExtendedTesting.txtRegistered: Mon Nov 18 05:48:40 UTC 2024 - 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: Mon Nov 18 08:23:14 UTC 2024 - 1.3K bytes - Viewed (0) -
Test2::Workflow::Task::Action.txt
package Test2::Workflow::Task::Action; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; 1; __END__ =pod =encoding UTF-8 =...perldoc.perl.org/Test2::Workflow::Task::Action.txtRegistered: Mon Nov 18 07:15:44 UTC 2024 - 791 bytes - Viewed (0) -
encguess - guess character encodings of files -...
encguess ( source , CPAN ) CONTENTS NAME VERSION SYNOPSIS SWITCHES EXAMPLES: DESCRIPTION SEE ALSO LICENSE AND COPYRIG...perldoc.perl.org/encguessRegistered: Fri Nov 15 12:32:30 UTC 2024 - 23.1K bytes - Viewed (0)