- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,301 for label:perl (0.24 sec)
-
Test2::Compare::Event.txt
package Test2::Compare::Event; use strict; use warnings; use Scalar::Util qw/blessed/; use Test2::Compare::EventMeta(); use base 'Test2::Compare::Object'; our $VERSION = '1.302210'; use Test2::Util...perldoc.perl.org/Test2::Compare::Event.txtRegistered: Tue Oct 21 00:58:58 UTC 2025 - 1.3K bytes - Viewed (0) -
Test::Tester::CaptureRunner.txt
# $Header: /home/fergal/my/cvs/Test-Tester/lib/Test/Tester/CaptureRunner.pm,v 1.3 2003/03/05 01:07:55 fergal Exp $ use strict; package Test::Tester::CaptureRunner; our $VERSION = '1.302210'; use Te...perldoc.perl.org/Test::Tester::CaptureRunner.txtRegistered: Tue Oct 21 04:10:16 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util.txt
package Test2::Util; use strict; use warnings; our $VERSION = '1.302210'; use Config qw/%Config/; use Carp qw/croak/; BEGIN { *HAVE_PERLIO = defined &PerlIO::get_layers ? sub() { 1 } : sub() { 0 };...perldoc.perl.org/Test2::Util.txtRegistered: Tue Oct 21 06:49:53 UTC 2025 - 9.2K bytes - Viewed (0) -
Thread::Semaphore.txt
package Thread::Semaphore; use strict; use warnings; our $VERSION = '2.13'; $VERSION = eval $VERSION; use threads::shared; use Scalar::Util 1.10 qw(looks_like_number); # Predeclarations for interna...perldoc.perl.org/Thread::Semaphore.txtRegistered: Tue Oct 21 08:30:23 UTC 2025 - 7.4K bytes - Viewed (0) -
Test2::Tools::Tester.txt
package Test2::Tools::Tester; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Util::Ref qw/rtype/; BEGIN { if (eval { no warnings 'deprecated'; require Module::P...perldoc.perl.org/Test2::Tools::Tester.txtRegistered: Tue Oct 21 08:14:01 UTC 2025 - 7.5K bytes - Viewed (0) -
Tie::Handle.txt
package Tie::Handle; use 5.006_001; our $VERSION = '4.3'; # Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility # loading Tie::Handle has to make Tie::StdHandle available. use...perldoc.perl.org/Tie::Handle.txtRegistered: Tue Oct 21 06:58:35 UTC 2025 - 4.1K bytes - Viewed (0) -
Test2::Tools::Defer.txt
package Test2::Tools::Defer; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Util qw/get_tid/; use Test2::API qw{ test2_add_callback_exit test2_pid test2_tid }; ...perldoc.perl.org/Test2::Tools::Defer.txtRegistered: Tue Oct 21 05:01:50 UTC 2025 - 3.3K bytes - Viewed (0) -
Test2::Workflow::Task.txt
package Test2::Workflow::Task; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API(); use Test2::Event::Exception(); use List::Util qw/min max/; use Scalar::Util qw/blessed/; use Ca...perldoc.perl.org/Test2::Workflow::Task.txtRegistered: Tue Oct 21 09:23:35 UTC 2025 - 3.8K bytes - Viewed (0) -
Test2::Workflow::Build.txt
package Test2::Workflow::Build; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Workflow::Task::Group; our @BUILD_FIELDS; BEGIN { @BUILD_FIELDS = qw{ primary variant setup teardown ...perldoc.perl.org/Test2::Workflow::Build.txtRegistered: Tue Oct 21 05:29:35 UTC 2025 - 3.6K bytes - Viewed (0) -
Text::Abbrev.txt
package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...perldoc.perl.org/Text::Abbrev.txtRegistered: Tue Oct 21 06:10:01 UTC 2025 - 2K bytes - Viewed (0)