- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2321 - 2330 of 2,621 for host:perldoc.perl.org (0.04 sec)
-
Test2::API::InterceptResult::Hub.txt
package Test2::API::InterceptResult::Hub; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase; sub init { my $self...perldoc.perl.org/Test2::API::InterceptResult::Hub.txtRegistered: Mon Apr 21 23:37:26 UTC 2025 - 969 bytes - Viewed (0) -
List::Util::XS.txt
package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.63"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was comp...perldoc.perl.org/List::Util::XS.txtRegistered: Mon Apr 21 17:13:21 UTC 2025 - 1018 bytes - Viewed (0) -
TAP::Parser::Result::Unknown.txt
package TAP::Parser::Result::Unknown; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Unknown - Unknown result token. =head1 VERSION Version 3.48 =cut our...perldoc.perl.org/TAP::Parser::Result::Unknown.txtRegistered: Mon Apr 21 22:34:21 UTC 2025 - 734 bytes - Viewed (0) -
Pod::Simple::Search.txt
package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...perldoc.perl.org/Pod::Simple::Search.txtRegistered: Tue Apr 22 03:48:02 UTC 2025 - 34.9K bytes - Viewed (0) -
Test2::API::Instance.txt
package Test2::API::Instance; use strict; use warnings; our $VERSION = '1.302199'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/...perldoc.perl.org/Test2::API::Instance.txtRegistered: Tue Apr 22 03:41:59 UTC 2025 - 21.2K bytes - Viewed (0) -
Term::Cap.txt
package Term::Cap; # Since the debugger uses Term::ReadLine which uses Term::Cap, we want # to load as few modules as possible. This includes Carp.pm. sub carp { require Carp; goto &Carp::carp; } s...perldoc.perl.org/Term::Cap.txtRegistered: Tue Apr 22 00:45:50 UTC 2025 - 19.3K bytes - Viewed (0) -
Test2::Compare::Array.txt
package Test2::Compare::Array; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/inref meta ending items order for_each/; use Carp q...perldoc.perl.org/Test2::Compare::Array.txtRegistered: Tue Apr 22 02:42:11 UTC 2025 - 8.1K bytes - Viewed (0) -
Sub::Util.txt
# Copyright (c) 2014 Paul Evans <leonerd@leonerd.org.uk>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. packa...perldoc.perl.org/Sub::Util.txtRegistered: Tue Apr 22 01:57:37 UTC 2025 - 4.6K bytes - Viewed (0) -
Search::Dict.txt
package Search::Dict; require 5.000; require Exporter; my $fc_available; BEGIN { $fc_available = '5.015008'; if ( $] ge $fc_available ) { require feature; 'feature'->import('fc'); # string avoids w...perldoc.perl.org/Search::Dict.txtRegistered: Tue Apr 22 03:51:58 UTC 2025 - 3.3K bytes - Viewed (0) -
TAP::Base.txt
package TAP::Base; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Base - Base class that provides common functionality to L<TAP::Parser> and L<TAP::Harness> =head1 VERSION Versi...perldoc.perl.org/TAP::Base.txtRegistered: Tue Apr 22 03:19:43 UTC 2025 - 2.2K bytes - Viewed (0)