- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 3,449 for filetype:txt (0.18 sec)
-
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302210'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Fri Aug 22 00:05:51 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util::Guard.txt
package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '1.302210'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...perldoc.perl.org/Test2::Util::Guard.txtRegistered: Thu Aug 21 23:27:38 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util::Trace.txt
package Test2::Util::Trace; require Test2::EventFacet::Trace; use warnings; use strict; our @ISA = ('Test2::EventFacet::Trace'); our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NA...perldoc.perl.org/Test2::Util::Trace.txtRegistered: Thu Aug 21 22:42:32 UTC 2025 - 880 bytes - Viewed (0) -
Test2::Workflow::Task::Action.txt
package Test2::Workflow::Task::Action; use strict; use warnings; our $VERSION = '1.302210'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; 1; __END__ =pod =encoding UTF-8 =...perldoc.perl.org/Test2::Workflow::Task::Action.txtRegistered: Fri Aug 22 02:17:19 UTC 2025 - 784 bytes - Viewed (0) -
version::Internals.txt
=head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...perldoc.perl.org/version::Internals.txtRegistered: Fri Aug 22 04:48:13 UTC 2025 - 22.9K bytes - Viewed (0) -
Test::Tester.txt
use strict; package Test::Tester; BEGIN { if (*Test::Builder::new{CODE}) { warn "You should load Test::Tester before Test::Builder (or anything that loads Test::Builder)" } } use Test::Builder; use...perldoc.perl.org/Test::Tester.txtRegistered: Fri Aug 22 04:02:39 UTC 2025 - 17.9K bytes - Viewed (0) -
User::pwent.txt
package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...perldoc.perl.org/User::pwent.txtRegistered: Fri Aug 22 06:03:52 UTC 2025 - 9.6K bytes - Viewed (0) -
Tie::Hash.txt
package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...perldoc.perl.org/Tie::Hash.txtRegistered: Fri Aug 22 07:58:33 UTC 2025 - 7.5K bytes - Viewed (0) -
Tie::Array.txt
package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...perldoc.perl.org/Tie::Array.txtRegistered: Fri Aug 22 06:55:31 UTC 2025 - 7.1K bytes - Viewed (0) -
Time::gmtime.txt
package Time::gmtime 1.05; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst, ); use Exporter 'import'; our @EXPORT = qw...perldoc.perl.org/Time::gmtime.txtRegistered: Fri Aug 22 04:30:35 UTC 2025 - 2.4K bytes - Viewed (0)