- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3421 - 3430 of 6,493 for content_length:[0 TO 9999] (0.08 sec)
-
TAP::Parser::Aggregator.txt
package TAP::Parser::Aggregator; use strict; use warnings; use Benchmark; use base 'TAP::Object'; =head1 NAME TAP::Parser::Aggregator - Aggregate TAP::Parser results =head1 VERSION Version 3.48 =cu...perldoc.perl.org/TAP::Parser::Aggregator.txtRegistered: Thu Jun 19 17:07:57 UTC 2025 - 9K bytes - Viewed (0) -
Pod::Text::Color.txt
# Convert POD data to formatted color ASCII text # # This is just a basic proof of concept. It should later be modified to make # better use of color, take options changing what colors are used for...perldoc.perl.org/Pod::Text::Color.txtRegistered: Thu Jun 19 12:45:09 UTC 2025 - 6.4K bytes - Viewed (0) -
SDBM_File.txt
package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...perldoc.perl.org/SDBM_File.txtRegistered: Thu Jun 19 11:36:53 UTC 2025 - 3.7K bytes - Viewed (0) -
PerlIO::via::QuotedPrint.txt
# Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...perldoc.perl.org/PerlIO::via::QuotedPrint.txtRegistered: Thu Jun 19 10:53:20 UTC 2025 - 4.6K bytes - Viewed (0) -
Term::Table::Util.txt
package Term::Table::Util; use strict; use warnings; use Config qw/%Config/; our $VERSION = '0.018'; use base 'Exporter'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY un...perldoc.perl.org/Term::Table::Util.txtRegistered: Thu Jun 19 15:16:14 UTC 2025 - 4.1K bytes - Viewed (0) -
TAP::Parser::Iterator::Stream.txt
package TAP::Parser::Iterator::Stream; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources =head1 VERSI...perldoc.perl.org/TAP::Parser::Iterator::Stream.txtRegistered: Thu Jun 19 17:23:27 UTC 2025 - 1.9K bytes - Viewed (0) -
TAP::Parser::Iterator::Process.txt
package TAP::Parser::Iterator::Process; use strict; use warnings; use Config; use IO::Handle; use base 'TAP::Parser::Iterator'; my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ ); =head1 NAME TAP::Parser::It...perldoc.perl.org/TAP::Parser::Iterator::Process.txtRegistered: Thu Jun 19 21:08:02 UTC 2025 - 9.1K bytes - Viewed (0) -
Test2::Compare::Base.txt
package Test2::Compare::Base; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/confess croak/; use Scalar::Util qw/blessed/; use Test2::Util::Sub qw/sub_info/; use Test2::Compare::D...perldoc.perl.org/Test2::Compare::Base.txtRegistered: Thu Jun 19 22:46:50 UTC 2025 - 5.6K bytes - Viewed (0) -
Test2::API::Breakage.txt
package Test2::API::Breakage; use strict; use warnings; our $VERSION = '1.302199'; use Test2::Util qw/pkg_to_file/; our @EXPORT_OK = qw{ upgrade_suggested upgrade_required known_broken }; BEGIN { r...perldoc.perl.org/Test2::API::Breakage.txtRegistered: Thu Jun 19 21:30:26 UTC 2025 - 4.7K bytes - Viewed (0) -
TAP::Formatter::Console::ParallelSession.txt
package TAP::Formatter::Console::ParallelSession; use strict; use warnings; use File::Spec; use File::Path; use Carp; use base 'TAP::Formatter::Console::Session'; use constant WIDTH => 72; # Becaus...perldoc.perl.org/TAP::Formatter::Console::ParallelSession.txtRegistered: Thu Jun 19 22:22:33 UTC 2025 - 4.1K bytes - Viewed (0)