- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1241 - 1250 of 3,449 for filetype:txt (0.04 sec)
-
Devel::Peek.txt
# Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.36'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...perldoc.perl.org/Devel::Peek.txtRegistered: Tue Aug 26 01:52:41 UTC 2025 - 17.6K bytes - Viewed (0) -
App::Prove.txt
package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...perldoc.perl.org/App::Prove.txtRegistered: Tue Aug 26 04:38:17 UTC 2025 - 18.2K bytes - Viewed (0) -
fields.txt
use 5.008; package fields; use strict; no strict 'refs'; unless( eval {require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::carp(@_); } } our...perldoc.perl.org/fields.txtRegistered: Tue Aug 26 01:46:03 UTC 2025 - 9.2K bytes - Viewed (0) -
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Tue Aug 26 06:23:22 UTC 2025 - 3.8K bytes - Viewed (0) -
parent.txt
package parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...perldoc.perl.org/parent.txtRegistered: Tue Aug 26 02:11:01 UTC 2025 - 2.7K bytes - Viewed (0) -
autodie::skip.txt
package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...perldoc.perl.org/autodie::skip.txtRegistered: Tue Aug 26 09:00:37 UTC 2025 - 1.2K bytes - Viewed (0) -
Thread::Semaphore.txt
package Thread::Semaphore; use strict; use warnings; our $VERSION = '2.13'; $VERSION = eval $VERSION; use threads::shared; use Scalar::Util 1.10 qw(looks_like_number); # Predeclarations for interna...perldoc.perl.org/Thread::Semaphore.txtRegistered: Fri Aug 29 13:17:43 UTC 2025 - 7.4K bytes - Viewed (0) -
Tie::Handle.txt
package Tie::Handle; use 5.006_001; our $VERSION = '4.3'; # Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility # loading Tie::Handle has to make Tie::StdHandle available. use...perldoc.perl.org/Tie::Handle.txtRegistered: Fri Aug 29 12:17:29 UTC 2025 - 4.1K bytes - Viewed (0) -
Test2::Workflow::Task.txt
package Test2::Workflow::Task; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API(); use Test2::Event::Exception(); use List::Util qw/min max/; use Scalar::Util qw/blessed/; use Ca...perldoc.perl.org/Test2::Workflow::Task.txtRegistered: Fri Aug 29 13:03:31 UTC 2025 - 3.8K bytes - Viewed (0) -
Test2::Workflow::Build.txt
package Test2::Workflow::Build; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Workflow::Task::Group; our @BUILD_FIELDS; BEGIN { @BUILD_FIELDS = qw{ primary variant setup teardown ...perldoc.perl.org/Test2::Workflow::Build.txtRegistered: Fri Aug 29 10:49:28 UTC 2025 - 3.6K bytes - Viewed (0)