Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2051 - 2060 of 3,449 for filetype:txt (0.13 sec)

  1. Test2::Require::Perl.txt

    package Test2::Require::Perl; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype/; sub skip { my $class = s...
    perldoc.perl.org/Test2::Require::Perl.txt
    Registered: Fri Aug 29 01:24:14 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. Unicode::Collate::CJK::JISX0208.txt

    package Unicode::Collate::CJK::JISX0208; 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) { n...
    perldoc.perl.org/Unicode::Collate::CJK::JISX0208.txt
    Registered: Fri Aug 29 07:50:42 UTC 2025
    - 32K bytes
    - Viewed (0)
  3. Test2::Tools::Compare.txt

    package Test2::Tools::Compare; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Scalar::Util qw/reftype/; use Test2::API qw/context/; use Test2::Util::Ref qw/rtype/; use...
    perldoc.perl.org/Test2::Tools::Compare.txt
    Registered: Fri Aug 29 05:31:10 UTC 2025
    - 49K bytes
    - Viewed (0)
  4. Text::Wrap.txt

    use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...
    perldoc.perl.org/Text::Wrap.txt
    Registered: Fri Aug 29 06:45:37 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  5. Test2::Manual::Testing::Migrating.txt

    package Test2::Manual::Testing::Migrating; use strict; use warnings; our $VERSION = '1.302210'; 1; =head1 NAME Test2::Manual::Testing::Migrating - How to migrate existing tests from Test::More to T...
    perldoc.perl.org/Test2::Manual::Testing::Migrating.txt
    Registered: Fri Aug 29 04:59:17 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  6. Test2::Workflow::Runner.txt

    package Test2::Workflow::Runner; use strict; use warnings; our $VERSION = '1.302210'; 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.txt
    Registered: Fri Aug 29 06:00:35 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  7. Test2::Util::Times.txt

    package Test2::Util::Times; use strict; use warnings; use List::Util qw/sum/; our $VERSION = '1.302210'; our @EXPORT_OK = qw/render_bench render_duration/; use base 'Exporter'; sub render_duration ...
    perldoc.perl.org/Test2::Util::Times.txt
    Registered: Fri Aug 29 09:15:36 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  8. Test2::Manual::Tooling::Plugin::TestingDone.txt

    package Test2::Manual::Tooling::Plugin::TestingDone; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::TestingDone - Run code when the test file is finished, or when...
    perldoc.perl.org/Test2::Manual::Tooling::Plugin::TestingDone.txt
    Registered: Fri Aug 29 04:48:45 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. Test::Builder::Formatter.txt

    package Test::Builder::Formatter; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } use Test2::Util::HashBase qw/no_...
    perldoc.perl.org/Test::Builder::Formatter.txt
    Registered: Fri Aug 29 06:14:39 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::Stroke.txt

    package Unicode::Collate::CJK::Stroke; 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::Stroke.txt
    Registered: Fri Aug 29 12:04:25 UTC 2025
    - 118.8K bytes
    - Viewed (0)
Back to top