- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 1,316 for label:perl (0.08 sec)
-
SelectSaver.txt
package SelectSaver; our $VERSION = '1.02'; =head1 NAME SelectSaver - save and restore selected file handle =head1 SYNOPSIS use SelectSaver; { my $saver = SelectSaver->new(FILEHANDLE); # FILEHANDLE...perldoc.perl.org/SelectSaver.txtRegistered: Thu Aug 28 06:37:44 UTC 2025 - 1.1K bytes - Viewed (0) -
Test2::API::InterceptResult::Event.txt
package Test2::API::InterceptResult::Event; use strict; use warnings; our $VERSION = '1.302210'; use List::Util qw/first/; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype blessed/; use...perldoc.perl.org/Test2::API::InterceptResult::Event.txtRegistered: Thu Aug 28 17:13:54 UTC 2025 - 28.1K bytes - Viewed (0) -
Test2::Compare.txt
package Test2::Compare; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::Util::Ref qw/rtype/; use Carp qw/croak/; our @EXPORT_O...perldoc.perl.org/Test2::Compare.txtRegistered: Thu Aug 28 19:12:27 UTC 2025 - 11.5K bytes - Viewed (0) -
Test2::Bundle::Extended.txt
package Test2::Bundle::Extended; use strict; use warnings; use Test2::V0; our $VERSION = '1.302210'; BEGIN { push @Test2::Bundle::Extended::ISA => 'Test2::V0'; no warnings 'once'; *EXPORT = \@Test2...perldoc.perl.org/Test2::Bundle::Extended.txtRegistered: Thu Aug 28 15:58:51 UTC 2025 - 7.5K bytes - Viewed (0) -
Test2::Tools::Tiny.txt
package Test2::Tools::Tiny; use strict; use warnings; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::API qw/context run_subtest test2_stack/; use Test2::Hub::Interceptor(); use T...perldoc.perl.org/Test2::Tools::Tiny.txtRegistered: Thu Aug 28 20:51:56 UTC 2025 - 8.5K bytes - Viewed (0) -
Test2::Event::V2.txt
package Test2::Event::V2; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/reftype/; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test...perldoc.perl.org/Test2::Event::V2.txtRegistered: Thu Aug 28 17:28:59 UTC 2025 - 4.8K bytes - Viewed (0) -
Test2::Bundle::More.txt
package Test2::Bundle::More; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Plugin::ExitSummary; use Test2::Tools::Basic qw{ ok pass fail skip todo diag note plan skip_all done_tes...perldoc.perl.org/Test2::Bundle::More.txtRegistered: Thu Aug 28 16:20:57 UTC 2025 - 3.9K bytes - Viewed (0) -
Test2::Manual::Anatomy::IPC.txt
package Test2::Manual::Anatomy::IPC; use strict; use warnings; our $VERSION = '1.302210'; 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: Thu Aug 28 19:53:47 UTC 2025 - 2.6K bytes - Viewed (0) -
Test2::Event::Plan.txt
package Test2::Event::Plan; use strict; use warnings; our $VERSION = '1.302210'; 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: Thu Aug 28 16:22:41 UTC 2025 - 3.3K bytes - Viewed (0) -
Test2::Require::AuthorTesting.txt
package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...perldoc.perl.org/Test2::Require::AuthorTesting.txtRegistered: Thu Aug 28 21:10:29 UTC 2025 - 1.2K bytes - Viewed (0)