Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2791 - 2800 of 3,598 for filetype:txt (3.39 sec)

  1. 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: Fri Nov 14 06:56:43 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  2. 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: Wed Nov 26 06:31:42 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  3. Tie::RefHash.txt

    package Tie::RefHash; # git description: v1.40-9-g23812d9 # ABSTRACT: Use references as hash keys our $VERSION = '1.41'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefHash; #pod ti...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Wed Nov 26 05:32:28 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  4. 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 Dec 02 08:17:53 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  5. 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 Dec 02 08:31:33 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. Test2::Manual::Anatomy::Hubs.txt

    package Test2::Manual::Anatomy::Hubs; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Hubs - Internals documentation for the hub stack, and hubs....
    perldoc.perl.org/Test2::Manual::Anatomy::Hubs.txt
    Registered: Tue Dec 02 09:20:00 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  7. 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: Tue Dec 02 05:06:16 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. Test2::Tools::Event.txt

    package Test2::Tools::Event; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Util qw/pkg_to_file/; our @EXPORT = qw/gen_event/; use base 'Exporter'; sub gen_event { my ($type, %fiel...
    perldoc.perl.org/Test2::Tools::Event.txt
    Registered: Tue Dec 02 07:59:31 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  9. 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: Tue Dec 02 09:38:45 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. Test2::Manual::Testing.txt

    package Test2::Manual::Testing; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Testing - Hub for documentation about writing tests with Test2. =head1 DES...
    perldoc.perl.org/Test2::Manual::Testing.txt
    Registered: Tue Dec 02 15:54:18 UTC 2025
    - 5.2K bytes
    - Viewed (0)
Back to top