- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,302 for label:perl (0.03 sec)
-
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) -
ExtUtils::Packlist.txt
package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...perldoc.perl.org/ExtUtils::Packlist.txtRegistered: Sat Nov 16 02:07:37 UTC 2024 - 8.3K bytes - Viewed (0)