Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 3,197 for filetype:txt (0.08 sec)

  1. TAP::Parser::Result.txt

    package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Sun Nov 17 05:30:23 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Sun Nov 17 06:56:52 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. TAP::Parser::Result::Plan.txt

    package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.48 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Plan.txt
    Registered: Sun Nov 17 07:02:00 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Sun Nov 17 02:26:12 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Fri Nov 15 16:39:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  6. Archive::Tar::File.txt

    package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...
    perldoc.perl.org/Archive::Tar::File.txt
    Registered: Fri Nov 15 17:18:20 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  7. builtin.txt

    package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...
    perldoc.perl.org/builtin.txt
    Registered: Fri Nov 15 16:00:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  8. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Fri Nov 15 19:08:48 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. CPAN::Meta::Merge.txt

    use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...
    perldoc.perl.org/CPAN::Meta::Merge.txt
    Registered: Fri Nov 15 18:47:40 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. deprecate.txt

    package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...
    perldoc.perl.org/deprecate.txt
    Registered: Fri Nov 15 16:12:40 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top