Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2011 - 2020 of 2,642 for host:perldoc.perl.org (0.05 sec)

  1. Test2::EventFacet::Info::Table.txt

    package Test2::EventFacet::Info::Table; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess/; use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string}; sub...
    perldoc.perl.org/Test2::EventFacet::Info::Table.txt
    Registered: Fri Aug 29 02:59:28 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. Test2::Require.txt

    package Test2::Require; use strict; use warnings; our $VERSION = '1.302210'; 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.txt
    Registered: Fri Aug 29 02:44:01 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. Test2::Plugin.txt

    package Test2::Plugin; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Plugin - Documentation for plugins =head1 DESCRIPTION Plugins are pack...
    perldoc.perl.org/Test2::Plugin.txt
    Registered: Fri Aug 29 00:25:54 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  4. Test2::Hub::Interceptor.txt

    package Test2::Hub::Interceptor; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Hub::Interceptor::Terminator(); BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::U...
    perldoc.perl.org/Test2::Hub::Interceptor.txt
    Registered: Fri Aug 29 00:07:40 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top