- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 461 - 470 of 3,197 for filetype:txt (0.12 sec)
-
Unicode::Collate::Locale.txt
package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...perldoc.perl.org/Unicode::Collate::Locale.txtRegistered: Mon Nov 18 17:57:41 UTC 2024 - 18.5K bytes - Viewed (0) -
Test2::Tools::Spec.txt
package Test2::Tools::Spec; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Workflow qw/parse_args build current_build root_build init_root build_stack/; use Tes...perldoc.perl.org/Test2::Tools::Spec.txtRegistered: Mon Nov 18 11:28:18 UTC 2024 - 16.3K bytes - Viewed (0) -
Test2::Tools::Tiny.txt
package Test2::Tools::Tiny; use strict; use warnings; BEGIN { if ($] lt "5.008") { require Test::Builder::IO::Scalar; } } use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::API qw/co...perldoc.perl.org/Test2::Tools::Tiny.txtRegistered: Mon Nov 18 17:32:37 UTC 2024 - 8.9K bytes - Viewed (0) -
Test2::Manual::Tooling::TestBuilder.txt
package Test2::Manual::Tooling::TestBuilder; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::TestBuilder - This section maps Test::Builder methods to Test2 concepts. =head...perldoc.perl.org/Test2::Manual::Tooling::TestBuilder.txtRegistered: Mon Nov 18 12:14:23 UTC 2024 - 3.7K bytes - Viewed (0) -
Test2::Workflow::BlockBase.txt
package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...perldoc.perl.org/Test2::Workflow::BlockBase.txtRegistered: Mon Nov 18 10:35:12 UTC 2024 - 3.1K 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: Mon Nov 18 17:38:33 UTC 2024 - 2.3K bytes - Viewed (0) -
Test2::Plugin::ExitSummary.txt
package Test2::Plugin::ExitSummary; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_exit/; my $ADDED_HOOK = 0; sub import { test2_add_callback_exit(\&summa...perldoc.perl.org/Test2::Plugin::ExitSummary.txtRegistered: Mon Nov 18 10:22:46 UTC 2024 - 1.9K bytes - Viewed (0) -
Test2::Manual::Anatomy::Utilities.txt
package Test2::Manual::Anatomy::Utilities; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Utilities - Overview of utilities for Test2. =head1 DE...perldoc.perl.org/Test2::Manual::Anatomy::Utilities.txtRegistered: Mon Nov 18 09:56:17 UTC 2024 - 1.6K 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: Mon Nov 18 09:23:25 UTC 2024 - 1.2K bytes - Viewed (0) -
Unicode::Collate::CJK::GB2312.txt
package Unicode::Collate::CJK::GB2312; 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) { nex...perldoc.perl.org/Unicode::Collate::CJK::GB2312.txtRegistered: Mon Nov 18 19:55:26 UTC 2024 - 34.4K bytes - Viewed (0)