- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1441 - 1450 of 3,812 for filetype:txt (0.12 sec)
-
Pod::Simple::Subclassing.txt
=head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...perldoc.perl.org/Pod::Simple::Subclassing.txtRegistered: Mon Apr 21 21:13:42 UTC 2025 - 33.3K bytes - Viewed (0) -
Sys::Syslog::Win32.txt
package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...perldoc.perl.org/Sys::Syslog::Win32.txtRegistered: Mon Apr 21 21:20:37 UTC 2025 - 7.8K bytes - Viewed (0) -
TAP::Parser::YAMLish::Reader.txt
package TAP::Parser::YAMLish::Reader; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.48'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) ? sub { ...perldoc.perl.org/TAP::Parser::YAMLish::Reader.txtRegistered: Mon Apr 21 21:27:32 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: Tue Apr 22 02:56:14 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.48'; # No EBCDIC support on early perls *from_native = (ord "A" == 65 || $] < 5.008) ? sub ...perldoc.perl.org/TAP::Parser::YAMLish::Writer.txtRegistered: Mon Apr 21 21:34:59 UTC 2025 - 5.5K bytes - Viewed (0) -
Pod::Simple::PullParserStartToken.txt
package Pod::Simple::PullParserStartToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(...perldoc.perl.org/Pod::Simple::PullParserStartToken.txtRegistered: Mon Apr 21 22:52:18 UTC 2025 - 4K bytes - Viewed (0) -
Test2::Compare::Number.txt
package Test2::Compare::Number; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input mode/; # Overloads '!'...perldoc.perl.org/Test2::Compare::Number.txtRegistered: Tue Apr 22 00:38:26 UTC 2025 - 3.1K 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.48 =cut our $VERSION = '3.48'; =hea...perldoc.perl.org/TAP::Parser::Scheduler::Job.txtRegistered: Tue Apr 22 01:04:33 UTC 2025 - 2.1K bytes - Viewed (0) -
TAP::Parser::Result::Comment.txt
package TAP::Parser::Result::Comment; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Comment - Comment result token. =head1 VERSION Version 3.48 =cut our...perldoc.perl.org/TAP::Parser::Result::Comment.txtRegistered: Tue Apr 22 01:26:15 UTC 2025 - 986 bytes - Viewed (0) -
TAP::Formatter::Console::Session.txt
package TAP::Formatter::Console::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; my @ACCESSOR; BEGIN { my @CLOSURE_BINDING = qw( header result clear_for_close close_test ); f...perldoc.perl.org/TAP::Formatter::Console::Session.txtRegistered: Tue Apr 22 03:25:02 UTC 2025 - 5.4K bytes - Viewed (0)