- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1421 - 1430 of 3,197 for filetype:txt (0.1 sec)
-
Test2::Manual::Tooling::Plugin::TestExit.txt
package Test2::Manual::Tooling::Plugin::TestExit; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::TestExit - How to safely add pre-exit behaviors. =head1 DESCRIPTI...perldoc.perl.org/Test2::Manual::Tooling::Plugin::TestExit.txtRegistered: Mon Nov 18 10:48:01 UTC 2024 - 2.3K bytes - Viewed (0) -
Test::Builder::Formatter.txt
package Test::Builder::Formatter; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } use Test2::Util::HashBase qw/no_...perldoc.perl.org/Test::Builder::Formatter.txtRegistered: Mon Nov 18 08:01:33 UTC 2024 - 2.1K bytes - Viewed (0) -
Test::Builder::TodoDiag.txt
package Test::Builder::TodoDiag; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } sub diagnostics { 0 } sub facet_data { ...perldoc.perl.org/Test::Builder::TodoDiag.txtRegistered: Mon Nov 18 06:56:46 UTC 2024 - 1.1K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 18 20:00:23 UTC 2024 - 32K bytes - Viewed (0) -
VMS::Filespec.txt
# Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...perldoc.perl.org/VMS::Filespec.txtRegistered: Mon Nov 18 20:42:24 UTC 2024 - 15.4K bytes - Viewed (0) -
VMS::DCLsym.txt
package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...perldoc.perl.org/VMS::DCLsym.txtRegistered: Mon Nov 18 19:33:52 UTC 2024 - 8.4K bytes - Viewed (0) -
Test2::Manual::Testing::Introduction.txt
package Test2::Manual::Testing::Introduction; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Testing::Introduction - Introduction to testing with Test2. ...perldoc.perl.org/Test2::Manual::Testing::Introduction.txtRegistered: Mon Nov 18 16:57:49 UTC 2024 - 7.2K bytes - Viewed (0) -
Test2::Workflow.txt
package Test2::Workflow; use strict; use warnings; our $VERSION = '0.000162'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; use Test2::W...perldoc.perl.org/Test2::Workflow.txtRegistered: Mon Nov 18 17:45:16 UTC 2024 - 7.1K bytes - Viewed (0) -
Test2::Tools::Basic.txt
package Test2::Tools::Basic; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::API qw/context/; our @EXPORT = qw{ ok pass fail diag note todo skip plan skip_all do...perldoc.perl.org/Test2::Tools::Basic.txtRegistered: Mon Nov 18 16:19:23 UTC 2024 - 7K bytes - Viewed (0) -
Tie::SubstrHash.txt
package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...perldoc.perl.org/Tie::SubstrHash.txtRegistered: Mon Nov 18 20:22:19 UTC 2024 - 5.9K bytes - Viewed (0)