- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 981 - 990 of 1,306 for label:perl (0.48 sec)
-
TAP::Parser.txt
package TAP::Parser; use strict; use warnings; use TAP::Parser::Grammar (); use TAP::Parser::Result (); use TAP::Parser::ResultFactory (); use TAP::Parser::Source (); use TAP::Parser::Iterator (); ...perldoc.perl.org/TAP::Parser.txtRegistered: Sun Apr 06 02:23:45 UTC 2025 - 51K bytes - Viewed (0) -
TAP::Parser::IteratorFactory.txt
package TAP::Parser::IteratorFactory; use strict; use warnings; use Carp qw( confess ); use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant handlers => []; =head1 NAME TAP::Par...perldoc.perl.org/TAP::Parser::IteratorFactory.txtRegistered: Sun Apr 06 02:10:10 UTC 2025 - 8.1K bytes - Viewed (0) -
TAP::Harness::Env.txt
package TAP::Harness::Env; use strict; use warnings; use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; our $VERSION = '3.48'; # Get the parts of @INC wh...perldoc.perl.org/TAP::Harness::Env.txtRegistered: Sun Apr 06 01:11:41 UTC 2025 - 5.3K 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: Sun Apr 06 00:21:48 UTC 2025 - 4.6K bytes - Viewed (0) -
TAP::Parser::Multiplexer.txt
package TAP::Parser::Multiplexer; use strict; use warnings; use IO::Select; use Errno; use base 'TAP::Object'; use constant IS_WIN32 => $^O =~ /^(MS)?Win32$/; use constant IS_VMS => $^O eq 'VMS'; u...perldoc.perl.org/TAP::Parser::Multiplexer.txtRegistered: Sun Apr 06 00:49:39 UTC 2025 - 4.2K 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: Sun Apr 06 00:14:31 UTC 2025 - 3.3K bytes - Viewed (0) -
Test2::Event::Waiting.txt
package Test2::Event::Waiting; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase; sub global { 1 }; sub summ...perldoc.perl.org/Test2::Event::Waiting.txtRegistered: Sun Apr 06 03:07:29 UTC 2025 - 1.2K bytes - Viewed (0) -
Test2::Hub::Interceptor::Terminator.txt
package Test2::Hub::Interceptor::Terminator; use strict; use warnings; our $VERSION = '1.302199'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Hub::Interceptor::Terminator - Exception class u...perldoc.perl.org/Test2::Hub::Interceptor::Terminator.txtRegistered: Sun Apr 06 04:22:00 UTC 2025 - 738 bytes - Viewed (0) -
Test2::Event.txt
package Test2::Event; use strict; use warnings; our $VERSION = '1.302199'; use Scalar::Util qw/blessed reftype/; use Carp qw/croak/; use Test2::Util::HashBase qw/trace -amnesty uuid -_eid -hubs/; u...perldoc.perl.org/Test2::Event.txtRegistered: Sun Apr 06 07:44:52 UTC 2025 - 22.1K 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: Sun Apr 06 04:56:22 UTC 2025 - 21.2K bytes - Viewed (0)