Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 2,906 for filetype:txt (0.03 sec)

  1. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txt
    Registered: Fri Aug 22 05:51:53 UTC 2025
    - 110K bytes
    - Viewed (0)
  2. Test::More.txt

    package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...
    perldoc.perl.org/Test::More.txt
    Registered: Thu Aug 21 22:57:31 UTC 2025
    - 53.1K bytes
    - Viewed (0)
  3. Test2::Tools::ClassicCompare.txt

    package Test2::Tools::ClassicCompare; use strict; use warnings; our $VERSION = '1.302210'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; use Carp qw/carp/; use Scalar...
    perldoc.perl.org/Test2::Tools::ClassicCompare.txt
    Registered: Thu Aug 21 20:10:51 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  4. Test2::Manual::Concurrency.txt

    package Test2::Manual::Concurrency; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Concurrency - Documentation for Concurrency support. =head1 FORKING =h...
    perldoc.perl.org/Test2::Manual::Concurrency.txt
    Registered: Thu Aug 21 19:46:22 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. Test2::Tools::Class.txt

    package Test2::Tools::Class; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; use Scalar::Util qw/blessed/; our @EXPORT = qw/can...
    perldoc.perl.org/Test2::Tools::Class.txt
    Registered: Thu Aug 21 20:53:11 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. Test2::Tools::Exports.txt

    package Test2::Tools::Exports; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak carp/; use Test2::API qw/context/; use Test2::Util::Stash qw/get_symbol/; our @EXPORT = qw/impo...
    perldoc.perl.org/Test2::Tools::Exports.txt
    Registered: Thu Aug 21 22:26:36 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  7. Test2::Plugin::UTF8.txt

    package Test2::Plugin::UTF8; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::API qw{ test2_add_callback_post_load test2_stack }; my $LOADED = 0; sub import { my ...
    perldoc.perl.org/Test2::Plugin::UTF8.txt
    Registered: Thu Aug 21 16:20:59 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  8. Test2::EventFacet::Error.txt

    package Test2::EventFacet::Error; use strict; use warnings; our $VERSION = '1.302210'; sub facet_key { 'errors' } sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFace...
    perldoc.perl.org/Test2::EventFacet::Error.txt
    Registered: Thu Aug 21 13:17:14 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. Test2::Require::ExtendedTesting.txt

    package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...
    perldoc.perl.org/Test2::Require::ExtendedTesting.txt
    Registered: Thu Aug 21 17:53:36 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. Test2::Require::ReleaseTesting.txt

    package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...
    perldoc.perl.org/Test2::Require::ReleaseTesting.txt
    Registered: Thu Aug 21 17:28:32 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top