- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2071 - 2080 of 3,197 for filetype:txt (0.06 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: Sun Nov 17 10:30:47 UTC 2024 - 33.3K bytes - Viewed (0) -
TAP::Harness.txt
package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...perldoc.perl.org/TAP::Harness.txtRegistered: Sun Nov 17 10:52:03 UTC 2024 - 29K 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: Sun Nov 17 13:19:51 UTC 2024 - 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: Sun Nov 17 08:09:26 UTC 2024 - 8.1K bytes - Viewed (0) -
Pod::Simple::SimpleTree.txt
package Pod::Simple::SimpleTree; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined &...perldoc.perl.org/Pod::Simple::SimpleTree.txtRegistered: Sun Nov 17 11:18:50 UTC 2024 - 4.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: Sun Nov 17 08:51:22 UTC 2024 - 4K bytes - Viewed (0) -
Pod::Simple::Methody.txt
package Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...perldoc.perl.org/Pod::Simple::Methody.txtRegistered: Sun Nov 17 12:57:13 UTC 2024 - 3.5K bytes - Viewed (0) -
TAP::Parser::SourceHandler::RawTAP.txt
package TAP::Parser::SourceHandler::RawTAP; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Array (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::I...perldoc.perl.org/TAP::Parser::SourceHandler::RawTAP.txtRegistered: Sun Nov 17 08:03:34 UTC 2024 - 2.8K 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: Sun Nov 17 08:56:11 UTC 2024 - 2.1K bytes - Viewed (0) -
perl5260delta.txt
=encoding utf8 =head1 NAME perl5260delta - what is new for perl v5.26.0 =head1 DESCRIPTION This document describes the differences between the 5.24.0 release and the 5.26.0 release. =head1 Notice T...perldoc.perl.org/perl5260delta.txtRegistered: Wed Nov 20 05:22:57 UTC 2024 - 97.8K bytes - Viewed (0)