- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 591 - 600 of 2,612 for host:perldoc.perl.org (0.71 sec)
-
Test2::Require::ReleaseTesting.txt
package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...perldoc.perl.org/Test2::Require::ReleaseTesting.txtRegistered: Tue Oct 21 00:26:16 UTC 2025 - 1.2K 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: Tue Oct 21 07:14:36 UTC 2025 - 53.1K 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: Tue Oct 21 09:07:10 UTC 2025 - 22.9K bytes - Viewed (0) -
User::pwent.txt
package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...perldoc.perl.org/User::pwent.txtRegistered: Tue Oct 21 08:49:52 UTC 2025 - 9.6K bytes - Viewed (0) -
Test::Tester::Capture.txt
use strict; package Test::Tester::Capture; our $VERSION = '1.302210'; use Test::Builder; our @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGIN { use Config; *...perldoc.perl.org/Test::Tester::Capture.txtRegistered: Tue Oct 21 07:21:15 UTC 2025 - 4.3K bytes - Viewed (0) -
Test2::Tools::Exports.txt
package Test2::Tools::Exports; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak carp/; use Test2::API qw/context/; use Test2::Util::Stash qw/get_symbol/; our @EXPORT = qw/impo...perldoc.perl.org/Test2::Tools::Exports.txtRegistered: Tue Oct 21 06:02:58 UTC 2025 - 3.9K bytes - Viewed (0) -
Test2::Tools::Ref.txt
package Test2::Tools::Ref; use strict; use warnings; our $VERSION = '1.302210'; 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: Tue Oct 21 08:07:14 UTC 2025 - 3.6K bytes - Viewed (0) -
Test2::Tools::Target.txt
package Test2::Tools::Target; use strict; use warnings; our $VERSION = '1.302210'; 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: Tue Oct 21 06:40:17 UTC 2025 - 2K bytes - Viewed (0) -
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: Tue Oct 21 07:27:21 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: Tue Oct 21 10:25:55 UTC 2025 - 973 bytes - Viewed (0)