- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 991 - 1000 of 1,306 for label:perl (0.06 sec)
-
Test2::Workflow::Runner.txt
package Test2::Workflow::Runner; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API(); use Test2::Todo(); use Test2::AsyncSubtest(); use Test2::Util qw/get_tid CAN_REALLY_FORK/; us...perldoc.perl.org/Test2::Workflow::Runner.txtRegistered: Sun Jun 01 21:12:03 UTC 2025 - 12.6K bytes - Viewed (0) -
Test2::Manual::Testing::Introduction.txt
package Test2::Manual::Testing::Introduction; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Testing::Introduction - Introduction to testing with Test2. ...perldoc.perl.org/Test2::Manual::Testing::Introduction.txtRegistered: Mon Jun 02 00:30:22 UTC 2025 - 7.2K bytes - Viewed (0) -
Test2::Util::Stash.txt
package Test2::Util::Stash; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use B; our @EXPORT_OK = qw{ get_stash get_glob get_symbol parse_symbol purge_symbol slot_to_sig ...perldoc.perl.org/Test2::Util::Stash.txtRegistered: Sun Jun 01 23:52:13 UTC 2025 - 5.6K bytes - Viewed (0) -
Test2::Util::ExternalMeta.txt
package Test2::Util::ExternalMeta; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; sub META_KEY() { '_meta' } our @EXPORT = qw/meta set_meta get_meta delete_meta/; BEGIN { ...perldoc.perl.org/Test2::Util::ExternalMeta.txtRegistered: Sun Jun 01 23:00:02 UTC 2025 - 3.7K bytes - Viewed (0) -
Test2::Util::Times.txt
package Test2::Util::Times; use strict; use warnings; use List::Util qw/sum/; our $VERSION = '0.000162'; our @EXPORT_OK = qw/render_bench render_duration/; use base 'Exporter'; sub render_duration ...perldoc.perl.org/Test2::Util::Times.txtRegistered: Sun Jun 01 21:04:50 UTC 2025 - 3.1K bytes - Viewed (0) -
Test2::Require.txt
package Test2::Require; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Carp qw/croak/; sub skip { my $class = shift; croak "Class '$class' needs to implement '...perldoc.perl.org/Test2::Require.txtRegistered: Mon Jun 02 00:16:03 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Workflow::Task::Group.txt
package Test2::Workflow::Task::Group; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Workflow::Task::Action; use base 'Test2::Workflow::Task'; use Test2::Util::...perldoc.perl.org/Test2::Workflow::Task::Group.txtRegistered: Sun Jun 01 19:58:59 UTC 2025 - 2.1K bytes - Viewed (0) -
Test::Builder::Formatter.txt
package Test::Builder::Formatter; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } use Test2::Util::HashBase qw/no_...perldoc.perl.org/Test::Builder::Formatter.txtRegistered: Sun Jun 01 23:07:49 UTC 2025 - 2.1K bytes - Viewed (0) -
Unicode::Collate::CJK::Big5.txt
package Unicode::Collate::CJK::Big5; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { next ...perldoc.perl.org/Unicode::Collate::CJK::Big5.txtRegistered: Mon Jun 02 04:11:28 UTC 2025 - 64.9K bytes - Viewed (0) -
Test::Builder.txt
package Test::Builder; use 5.006; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { if( $] < 5.008 ) { require Test::Builder::IO::Scalar; } } use Scalar::Util qw/blessed reftype weaken/;...perldoc.perl.org/Test::Builder.txtRegistered: Mon Jun 02 03:28:29 UTC 2025 - 63.5K bytes - Viewed (0)