Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1431 - 1440 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. Test2::Manual::Tooling::Subtest.txt

    package Test2::Manual::Tooling::Subtest; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Subtest - How to implement a tool that makes use of subt...
    perldoc.perl.org/Test2::Manual::Tooling::Subtest.txt
    Registered: Fri Jan 30 03:59:17 UTC 2026
    - 3.9K bytes
    - Viewed (0)
  2. Test2::Tools::Exception.txt

    package Test2::Tools::Exception; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/carp/; use Test2::API qw/context test2_add_pending_diag test2_clear_pending_diags/; our @EXPORT = q...
    perldoc.perl.org/Test2::Tools::Exception.txt
    Registered: Fri Jan 30 03:20:34 UTC 2026
    - 3.9K bytes
    - Viewed (0)
  3. Test2::Require::Module.txt

    package Test2::Require::Module; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; use Test2::Util qw/pkg_to_file/; sub skip { my $class = shift; my ($module, $ver) = @...
    perldoc.perl.org/Test2::Require::Module.txt
    Registered: Fri Jan 30 06:10:15 UTC 2026
    - 2.4K bytes
    - Viewed (0)
  4. Test2::Manual::Testing::Planning.txt

    package Test2::Manual::Testing::Planning; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Testing::Planning - The many ways to set a plan. =head1 DESCRIPT...
    perldoc.perl.org/Test2::Manual::Testing::Planning.txt
    Registered: Fri Jan 30 01:17:01 UTC 2026
    - 2.1K bytes
    - Viewed (0)
  5. Test2::Compare::Ref.txt

    package Test2::Compare::Ref; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/; us...
    perldoc.perl.org/Test2::Compare::Ref.txt
    Registered: Fri Jan 30 05:08:28 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  6. Test2::Event::Skip.txt

    package Test2::Event::Skip; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{reason}; sub init {...
    perldoc.perl.org/Test2::Event::Skip.txt
    Registered: Fri Jan 30 02:03:36 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  7. Test2::Compare::Regex.txt

    package Test2::Compare::Regex; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/; ...
    perldoc.perl.org/Test2::Compare::Regex.txt
    Registered: Fri Jan 30 03:43:24 UTC 2026
    - 1.5K bytes
    - Viewed (0)
  8. Test2::Event::Diag.txt

    package Test2::Event::Diag; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/message/; sub init { $_[0]-...
    perldoc.perl.org/Test2::Event::Diag.txt
    Registered: Fri Jan 30 02:18:38 UTC 2026
    - 1.4K bytes
    - Viewed (0)
  9. Test2::Util::Importer.txt

    package Test2::Util::Importer; use strict; no strict 'refs'; use warnings; no warnings 'once'; our $VERSION = '1.302210'; my %SIG_TO_SLOT = ( '&' => 'CODE', '$' => 'SCALAR', '%' => 'HASH', '@' => '...
    perldoc.perl.org/Test2::Util::Importer.txt
    Registered: Fri Jan 30 06:50:46 UTC 2026
    - 22K bytes
    - Viewed (0)
  10. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.11'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.22.2/CPAN
    Registered: Sat Dec 27 11:31:27 UTC 2025
    - 136.7K bytes
    - Viewed (0)
Back to top