Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 2,612 for host:perldoc.perl.org (0.12 sec)

  1. Test2::Plugin::Times.txt

    package Test2::Plugin::Times; use strict; use warnings; use Test2::Util::Times qw/render_bench render_duration/; use Test2::API qw{ test2_add_callback_exit }; use Time::HiRes qw/time/; our $VERSION...
    perldoc.perl.org/Test2::Plugin::Times.txt
    Registered: Fri Oct 31 17:44:43 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  2. Test2::Tools::Defer.txt

    package Test2::Tools::Defer; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Util qw/get_tid/; use Test2::API qw{ test2_add_callback_exit test2_pid test2_tid }; ...
    perldoc.perl.org/Test2::Tools::Defer.txt
    Registered: Fri Oct 31 18:21:43 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. Test2::Require::Threads.txt

    package Test2::Require::Threads; use strict; use warnings; BEGIN { require Test2::Require; our @ISA = qw(Test2::Require) } our $VERSION = '1.302210'; use Test2::Util qw/CAN_THREAD/; sub skip { retu...
    perldoc.perl.org/Test2::Require::Threads.txt
    Registered: Fri Oct 31 18:29:51 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  4. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Thu Oct 16 10:03:51 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  5. Test2::Plugin::SRand.txt

    package Test2::Plugin::SRand; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/carp/; use Test2::API qw{ context test2_add_callback_post_load test2_add_callback_exit test2_stack }; ...
    perldoc.perl.org/Test2::Plugin::SRand.txt
    Registered: Mon Oct 20 16:05:23 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  6. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Tue Oct 21 03:21:24 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  7. 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: Tue Oct 21 04:39:56 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  8. Test2::Transition.txt

    =pod =head1 NAME Test2::Transition - Transition notes when upgrading to Test2 =head1 DESCRIPTION This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes ...
    perldoc.perl.org/Test2::Transition.txt
    Registered: Tue Oct 21 02:33:42 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  9. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Tue Oct 21 07:06:37 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  10. Test2::Util::Sub.txt

    package Test2::Util::Sub; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak carp/; use B(); our @EXPORT_OK = qw{ sub_info sub_name gen_reader gen_writer gen_accessor }; use bas...
    perldoc.perl.org/Test2::Util::Sub.txt
    Registered: Tue Oct 21 05:09:39 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top