Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Test2::Util::HashBase.txt

    package Test2::Util::HashBase; use strict; use warnings; our $VERSION = '1.302210'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to re...
    perldoc.perl.org/Test2::Util::HashBase.txt
    Registered: Thu Jan 22 19:20:50 UTC 2026
    - 12.9K bytes
    - Viewed (0)
  2. Test::Builder::Module.txt

    package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302210'; =head1 NAME Test::Builder::Module - Base class for test modules =...
    perldoc.perl.org/Test::Builder::Module.txt
    Registered: Fri Jan 23 00:19:48 UTC 2026
    - 4K bytes
    - Viewed (0)
  3. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Fri Jan 23 00:59:02 UTC 2026
    - 3.3K bytes
    - Viewed (0)
  4. Test2::Tools::Grab.txt

    package Test2::Tools::Grab; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Util::Grabber; use Test2::EventFacet::Trace(); our @EXPORT = qw/grab/; use base 'Exporter'; sub grab { Te...
    perldoc.perl.org/Test2::Tools::Grab.txt
    Registered: Thu Jan 22 20:37:27 UTC 2026
    - 2.5K bytes
    - Viewed (0)
  5. Test2::Hub::Subtest.txt

    package Test2::Hub::Subtest; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase qw/nested exit_code manual_skip_a...
    perldoc.perl.org/Test2::Hub::Subtest.txt
    Registered: Thu Jan 22 19:45:15 UTC 2026
    - 2.6K bytes
    - Viewed (0)
  6. 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: Thu Jan 22 20:16:25 UTC 2026
    - 2.1K bytes
    - Viewed (0)
  7. Test2::Require::AutomatedTesting.txt

    package Test2::Require::AutomatedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'AUTOMATED_TESTING'}; re...
    perldoc.perl.org/Test2::Require::AutomatedTesting.txt
    Registered: Thu Jan 22 17:51:29 UTC 2026
    - 1.2K bytes
    - Viewed (0)
  8. Test2::Util::Table::LineBreak.txt

    package Test2::Util::Table::LineBreak; use strict; use warnings; our $VERSION = '1.302210'; use base 'Term::Table::LineBreak'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Util::Table::LineBr...
    perldoc.perl.org/Test2::Util::Table::LineBreak.txt
    Registered: Thu Jan 22 20:28:49 UTC 2026
    - 1.1K bytes
    - Viewed (0)
  9. perlpolicy.txt

    =encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...
    perldoc.perl.org/perlpolicy.txt Similar Results (1)
    Registered: Fri Jan 23 09:25:40 UTC 2026
    - 25.9K bytes
    - Viewed (0)
  10. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Fri Jan 23 04:10:52 UTC 2026
    - 19.5K bytes
    - Viewed (0)
Back to top