- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 932 for label:perl (0.03 sec)
-
Unicode::Collate::CJK::Pinyin.txt
package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txtRegistered: Sun Jul 13 15:00:03 UTC 2025 - 103.6K bytes - Viewed (0) -
Test2.txt
package Test2; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2 - Framework for writing test tools that all work together. =head1 DESCRIPTION T...perldoc.perl.org/Test2.txtRegistered: Sat Jul 12 18:29:14 UTC 2025 - 6.2K bytes - Viewed (0) -
TAP::Parser::YAMLish::Reader.txt
package TAP::Parser::YAMLish::Reader; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.50'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) ? sub { ...perldoc.perl.org/TAP::Parser::YAMLish::Reader.txtRegistered: Sat Jul 12 19:19:37 UTC 2025 - 8.1K bytes - Viewed (0) -
TAP::Parser::SourceHandler.txt
package TAP::Parser::SourceHandler; use strict; use warnings; use TAP::Parser::Iterator (); use base 'TAP::Object'; =head1 NAME TAP::Parser::SourceHandler - Base class for different TAP source hand...perldoc.perl.org/TAP::Parser::SourceHandler.txtRegistered: Sat Jul 12 16:46:34 UTC 2025 - 5K bytes - Viewed (0) -
TAP::Parser::YAMLish::Writer.txt
package TAP::Parser::YAMLish::Writer; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.50'; # No EBCDIC support on early perls *from_native = (ord "A" == 65 || $] < 5.008) ? sub ...perldoc.perl.org/TAP::Parser::YAMLish::Writer.txtRegistered: Sat Jul 12 20:19:03 UTC 2025 - 5.5K bytes - Viewed (0) -
TAP::Parser::ResultFactory.txt
package TAP::Parser::ResultFactory; use strict; use warnings; use TAP::Parser::Result::Bailout (); use TAP::Parser::Result::Comment (); use TAP::Parser::Result::Plan (); use TAP::Parser::Result::Pr...perldoc.perl.org/TAP::Parser::ResultFactory.txtRegistered: Sat Jul 12 17:44:01 UTC 2025 - 4K bytes - Viewed (0) -
Test2::EventFacet::Control.txt
package Test2::EventFacet::Control; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global ...perldoc.perl.org/Test2::EventFacet::Control.txtRegistered: Sat Jul 12 18:54:34 UTC 2025 - 2K bytes - Viewed (0) -
Test2::Event::Fail.txt
package Test2::Event::Fail; use strict; use warnings; our $VERSION = '1.302210'; use Test2::EventFacet::Info; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event); *META_KEY = \&Test2::Util::E...perldoc.perl.org/Test2::Event::Fail.txtRegistered: Sat Jul 12 16:17:21 UTC 2025 - 2K bytes - Viewed (0) -
TAP::Parser::Scheduler::Job.txt
package TAP::Parser::Scheduler::Job; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Job - A single testing job. =head1 VERSION Version 3.50 =cut our $VERSION = '3.50'; =hea...perldoc.perl.org/TAP::Parser::Scheduler::Job.txtRegistered: Sat Jul 12 17:50:21 UTC 2025 - 2.1K bytes - Viewed (0) -
Test2::Bundle.txt
package Test2::Bundle; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Bundle - Documentation for bundles. =head1 DESCRIPTION Bundles are col...perldoc.perl.org/Test2::Bundle.txtRegistered: Sat Jul 12 15:38:49 UTC 2025 - 1.5K bytes - Viewed (0)