- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1541 - 1550 of about 10,000 for timestamp:[now/d-1M TO *] (0.53 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 Apr 06 19:12:11 UTC 2025 - 1.5K bytes - Viewed (0) -
Test::Tutorial.txt
=head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...perldoc.perl.org/Test::Tutorial.txtRegistered: Mon Apr 07 04:46:56 UTC 2025 - 18.9K 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 Apr 07 00:25:50 UTC 2025 - 17.3K bytes - Viewed (0) -
Test2::Tools::Tiny.txt
package Test2::Tools::Tiny; use strict; use warnings; BEGIN { if ($] lt "5.008") { require Test::Builder::IO::Scalar; } } use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::API qw/co...perldoc.perl.org/Test2::Tools::Tiny.txtRegistered: Mon Apr 07 00:39:24 UTC 2025 - 8.9K 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: Sun Apr 06 22:29:57 UTC 2025 - 4.8K bytes - Viewed (0) -
Test2::Manual::Tooling::TestBuilder.txt
package Test2::Manual::Tooling::TestBuilder; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::TestBuilder - This section maps Test::Builder methods to Test2 concepts. =head...perldoc.perl.org/Test2::Manual::Tooling::TestBuilder.txtRegistered: Mon Apr 07 04:11:33 UTC 2025 - 3.7K bytes - Viewed (0) -
Test2::Manual::Tooling::FirstTool.txt
package Test2::Manual::Tooling::FirstTool; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::FirstTool - Write your first tool with Test2. =head1 DESCRIPTION This tutorial w...perldoc.perl.org/Test2::Manual::Tooling::FirstTool.txtRegistered: Sun Apr 06 23:32:49 UTC 2025 - 3.5K bytes - Viewed (0) -
Test2::Workflow::BlockBase.txt
package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...perldoc.perl.org/Test2::Workflow::BlockBase.txtRegistered: Mon Apr 07 01:24:44 UTC 2025 - 3.1K 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 Apr 07 07:45:37 UTC 2025 - 34.4K 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 Apr 07 08:59:43 UTC 2025 - 25.1K bytes - Viewed (0)