- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1101 - 1110 of 3,197 for filetype:txt (0.06 sec)
-
Test2::Tools::Target.txt
package Test2::Tools::Target; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/pkg_to_file/; sub import { my $class = shift; my $caller = caller; $class->...perldoc.perl.org/Test2::Tools::Target.txtRegistered: Mon Nov 18 05:10:30 UTC 2024 - 2K bytes - Viewed (0) -
Test2::Require::ExtendedTesting.txt
package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...perldoc.perl.org/Test2::Require::ExtendedTesting.txtRegistered: Mon Nov 18 05:48:40 UTC 2024 - 1.2K bytes - Viewed (0) -
Test2::Util::Guard.txt
package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '0.000162'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...perldoc.perl.org/Test2::Util::Guard.txtRegistered: Mon Nov 18 08:23:14 UTC 2024 - 1.3K bytes - Viewed (0) -
Test2::Workflow::Task::Action.txt
package Test2::Workflow::Task::Action; use strict; use warnings; our $VERSION = '0.000162'; 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: Mon Nov 18 07:15:44 UTC 2024 - 791 bytes - Viewed (0) -
autodie::exception.txt
package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...perldoc.perl.org/autodie::exception.txtRegistered: Fri Nov 15 13:48:03 UTC 2024 - 21.8K bytes - Viewed (0) -
integer.txt
package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...perldoc.perl.org/integer.txtRegistered: Fri Nov 15 14:37:15 UTC 2024 - 3.2K bytes - Viewed (0) -
less.txt
package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...perldoc.perl.org/less.txtRegistered: Fri Nov 15 13:32:42 UTC 2024 - 3.1K bytes - Viewed (0) -
App::Prove::State::Result::Test.txt
package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =he...perldoc.perl.org/App::Prove::State::Result::Test.txtRegistered: Fri Nov 15 13:07:33 UTC 2024 - 3.3K bytes - Viewed (0) -
vars.txt
package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...perldoc.perl.org/vars.txtRegistered: Fri Nov 15 13:39:44 UTC 2024 - 2.4K bytes - Viewed (0) -
subs.txt
package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...perldoc.perl.org/subs.txtRegistered: Fri Nov 15 14:58:33 UTC 2024 - 945 bytes - Viewed (0)