- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 1,302 for label:perl (0.02 sec)
-
Test2::Plugin::BailOnFail.txt
package Test2::Plugin::BailOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test...perldoc.perl.org/Test2::Plugin::BailOnFail.txtRegistered: Sun Feb 16 20:13:01 UTC 2025 - 1.5K bytes - Viewed (0) -
Test2::Manual.txt
package Test2::Manual; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual - Documentation hub for Test2 and Test2-Suite. =head1 DESCRIPTION This is the hub fo...perldoc.perl.org/Test2::Manual.txtRegistered: Sun Feb 16 22:17:24 UTC 2025 - 1.5K bytes - Viewed (0) -
Test2::Require::AuthorTesting.txt
package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...perldoc.perl.org/Test2::Require::AuthorTesting.txtRegistered: Mon Feb 17 00:05:15 UTC 2025 - 1.2K bytes - Viewed (0) -
Unicode::Collate::CJK::GB2312.txt
package Unicode::Collate::CJK::GB2312; 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) { nex...perldoc.perl.org/Unicode::Collate::CJK::GB2312.txtRegistered: Mon Feb 17 05:08:41 UTC 2025 - 34.4K bytes - Viewed (0) -
Text::Balanced.txt
# Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...perldoc.perl.org/Text::Balanced.txtRegistered: Mon Feb 17 06:50:26 UTC 2025 - 78.9K bytes - Viewed (0) -
Time::HiRes.txt
package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...perldoc.perl.org/Time::HiRes.txtRegistered: Mon Feb 17 03:48:37 UTC 2025 - 25.1K bytes - Viewed (0) -
Thread::Queue.txt
package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...perldoc.perl.org/Thread::Queue.txtRegistered: Mon Feb 17 07:00:58 UTC 2025 - 17.3K bytes - Viewed (0) -
Test2::Util::Table.txt
package Test2::Util::Table; use strict; use warnings; our $VERSION = '0.000162'; use base 'Term::Table'; use Test2::Util::Importer 'Test2::Util::Importer' => 'import'; our @EXPORT_OK = qw/table/; o...perldoc.perl.org/Test2::Util::Table.txtRegistered: Mon Feb 17 06:30:14 UTC 2025 - 4.8K bytes - Viewed (0) -
Time::Seconds.txt
package Time::Seconds; use strict; our $VERSION = '1.3401'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_L...perldoc.perl.org/Time::Seconds.txtRegistered: Mon Feb 17 03:52:37 UTC 2025 - 5.2K bytes - Viewed (0) -
Tie::Scalar.txt
package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...perldoc.perl.org/Tie::Scalar.txtRegistered: Mon Feb 17 03:43:03 UTC 2025 - 4.1K bytes - Viewed (0)