- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 1,306 for label:perl (0.03 sec)
-
Text::Tabs.txt
use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...perldoc.perl.org/Text::Tabs.txtRegistered: Sun Apr 06 17:05:54 UTC 2025 - 3.4K bytes - Viewed (0) -
Test2::Manual::Anatomy::IPC.txt
package Test2::Manual::Anatomy::IPC; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::IPC - Manual for the IPC system. =head1 DESCRIPTION This doc...perldoc.perl.org/Test2::Manual::Anatomy::IPC.txtRegistered: Sun Apr 06 14:59:40 UTC 2025 - 2.6K bytes - Viewed (0) -
Test2::Event::Plan.txt
package Test2::Event::Plan; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{max directive reason}; use ...perldoc.perl.org/Test2::Event::Plan.txtRegistered: Sun Apr 06 16:12:11 UTC 2025 - 3.3K bytes - Viewed (0) -
Test2::Util::Ref.txt
package Test2::Util::Ref; use strict; use warnings; our $VERSION = '0.000162'; use Scalar::Util qw/reftype blessed refaddr/; our @EXPORT_OK = qw/rtype render_ref/; use base 'Exporter'; sub rtype { ...perldoc.perl.org/Test2::Util::Ref.txtRegistered: Sun Apr 06 22:12:22 UTC 2025 - 2.3K bytes - Viewed (0) -
Test2::Manual::Tooling::Plugin::ToolCompletes.txt
package Test2::Manual::Tooling::Plugin::ToolCompletes; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::ToolCompletes - How to add behaviors that occur when a tool ...perldoc.perl.org/Test2::Manual::Tooling::Plugin::ToolCompletes.txtRegistered: Sun Apr 06 19:43:23 UTC 2025 - 1.8K bytes - Viewed (0) -
Test2::Plugin::BailOnFail.txt
package Test2::Plugin::BailOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test...perldoc.perl.org/Test2::Plugin::BailOnFail.txtRegistered: Sun Apr 06 19:12:11 UTC 2025 - 1.5K bytes - Viewed (0) -
Test2::Manual.txt
package Test2::Manual; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual - Documentation hub for Test2 and Test2-Suite. =head1 DESCRIPTION This is the hub fo...perldoc.perl.org/Test2::Manual.txtRegistered: Sun Apr 06 14:26:12 UTC 2025 - 1.5K bytes - Viewed (0) -
Test2::Require::AuthorTesting.txt
package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...perldoc.perl.org/Test2::Require::AuthorTesting.txtRegistered: Sun Apr 06 16:23:51 UTC 2025 - 1.2K bytes - Viewed (0) -
Test::Tutorial.txt
=head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...perldoc.perl.org/Test::Tutorial.txtRegistered: Mon Apr 07 04:46:56 UTC 2025 - 18.9K bytes - Viewed (0) -
Thread::Queue.txt
package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...perldoc.perl.org/Thread::Queue.txtRegistered: Mon Apr 07 00:25:50 UTC 2025 - 17.3K bytes - Viewed (0)