- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2781 - 2790 of 3,197 for filetype:txt (0.11 sec)
-
Test2::Util::Sub.txt
package Test2::Util::Sub; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak carp/; use B(); our @EXPORT_OK = qw{ sub_info sub_name gen_reader gen_writer gen_accessor }; use bas...perldoc.perl.org/Test2::Util::Sub.txtRegistered: Mon Nov 18 10:16:29 UTC 2024 - 4.7K bytes - Viewed (0) -
Test2::Todo.txt
package Test2::Todo; use strict; use warnings; use Carp qw/croak/; use Test2::Util::HashBase qw/hub _filter reason/; use Test2::API qw/test2_stack/; use overload '""' => \&reason, fallback => 1; ou...perldoc.perl.org/Test2::Todo.txtRegistered: Mon Nov 18 07:23:22 UTC 2024 - 3.8K bytes - Viewed (0) -
Test::Builder::Module.txt
package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302199'; =head1 NAME Test::Builder::Module - Base class for test modules =...perldoc.perl.org/Test::Builder::Module.txtRegistered: Mon Nov 18 06:16:13 UTC 2024 - 4K bytes - Viewed (0) -
Test2::Require::Module.txt
package Test2::Require::Module; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/pkg_to_file/; sub skip { my $class = shift; my ($module, $ver) = @...perldoc.perl.org/Test2::Require::Module.txtRegistered: Mon Nov 18 05:29:45 UTC 2024 - 2.4K bytes - Viewed (0) -
Test2::Tools::Event.txt
package Test2::Tools::Event; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util qw/pkg_to_file/; our @EXPORT = qw/gen_event/; use base 'Exporter'; sub gen_event { my ($type, %fiel...perldoc.perl.org/Test2::Tools::Event.txtRegistered: Mon Nov 18 11:05:58 UTC 2024 - 1.7K bytes - Viewed (0) -
Compress::Zlib.txt
package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.212 ; use Compress::Raw::Zlib 2.212 ; use IO::Co...perldoc.perl.org/Compress::Zlib.txtRegistered: Sat Nov 16 04:45:53 UTC 2024 - 43K bytes - Viewed (0) -
Encode.txt
# # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...perldoc.perl.org/Encode.txtRegistered: Sat Nov 16 05:11:14 UTC 2024 - 31.4K bytes - Viewed (0) -
Exporter.txt
package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...perldoc.perl.org/Exporter.txtRegistered: Sat Nov 16 03:42:43 UTC 2024 - 18.8K bytes - Viewed (0) -
Encode::MIME::Header.txt
package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...perldoc.perl.org/Encode::MIME::Header.txtRegistered: Sat Nov 16 01:55:39 UTC 2024 - 16.6K bytes - Viewed (0) -
ExtUtils::CBuilder::Platform::Windows.txt
package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280240'; # VERSION our @IS...perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txtRegistered: Sat Nov 16 04:30:00 UTC 2024 - 9.3K bytes - Viewed (0)