- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 2,615 for host:perldoc.perl.org (0.01 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 Apr 07 04:19:22 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: Mon Apr 07 02:57:16 UTC 2025 - 11.8K 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: Mon Apr 07 00:58:57 UTC 2025 - 5.5K 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 Apr 07 02:36:42 UTC 2025 - 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 Apr 07 03:24:11 UTC 2025 - 2K bytes - Viewed (0) -
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __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: Mon Apr 07 01:54:30 UTC 2025 - 1.3K 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: Mon Apr 07 02:51:41 UTC 2025 - 1.2K 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 Apr 07 01:32:17 UTC 2025 - 791 bytes - Viewed (0) -
Tie::File.txt
package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...perldoc.perl.org/Tie::File.txtRegistered: Mon Apr 07 08:28:54 UTC 2025 - 75.7K bytes - Viewed (0) -
version::Internals.txt
=head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...perldoc.perl.org/version::Internals.txtRegistered: Mon Apr 07 06:39:53 UTC 2025 - 24.4K bytes - Viewed (0)