- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2011 - 2020 of 2,642 for host:perldoc.perl.org (0.04 sec)
-
Test2::Util::ExternalMeta.txt
package Test2::Util::ExternalMeta; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; sub META_KEY() { '_meta' } our @EXPORT = qw/meta set_meta get_meta delete_meta/; BEGIN { ...perldoc.perl.org/Test2::Util::ExternalMeta.txtRegistered: Fri Aug 29 01:19:14 UTC 2025 - 3.7K bytes - Viewed (0) -
Test2::Tools.txt
package Test2::Tools; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Tools - Documentation for Tools. =head1 DESCRIPTION Tools are packages ...perldoc.perl.org/Test2::Tools.txtRegistered: Fri Aug 29 00:32:56 UTC 2025 - 2.5K bytes - Viewed (0) -
Test2::EventFacet::Info::Table.txt
package Test2::EventFacet::Info::Table; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess/; use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string}; sub...perldoc.perl.org/Test2::EventFacet::Info::Table.txtRegistered: Fri Aug 29 02:59:28 UTC 2025 - 2.8K bytes - Viewed (0) -
Test2::Require.txt
package Test2::Require; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API qw/context/; use Carp qw/croak/; sub skip { my $class = shift; croak "Class '$class' needs to implement '...perldoc.perl.org/Test2::Require.txtRegistered: Fri Aug 29 02:44:01 UTC 2025 - 2.6K bytes - Viewed (0) -
Test2::Plugin.txt
package Test2::Plugin; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Plugin - Documentation for plugins =head1 DESCRIPTION Plugins are pack...perldoc.perl.org/Test2::Plugin.txtRegistered: Fri Aug 29 00:25:54 UTC 2025 - 1.8K bytes - Viewed (0) -
Test2::Hub::Interceptor.txt
package Test2::Hub::Interceptor; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Hub::Interceptor::Terminator(); BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::U...perldoc.perl.org/Test2::Hub::Interceptor.txtRegistered: Fri Aug 29 00:07:40 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Require::Perl.txt
package Test2::Require::Perl; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype/; sub skip { my $class = s...perldoc.perl.org/Test2::Require::Perl.txtRegistered: Fri Aug 29 01:24:14 UTC 2025 - 1.4K bytes - Viewed (0) -
Unicode::Collate::CJK::JISX0208.txt
package Unicode::Collate::CJK::JISX0208; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { n...perldoc.perl.org/Unicode::Collate::CJK::JISX0208.txtRegistered: Fri Aug 29 07:50:42 UTC 2025 - 32K bytes - Viewed (0) -
Test2::Tools::Compare.txt
package Test2::Tools::Compare; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Scalar::Util qw/reftype/; use Test2::API qw/context/; use Test2::Util::Ref qw/rtype/; use...perldoc.perl.org/Test2::Tools::Compare.txtRegistered: Fri Aug 29 05:31:10 UTC 2025 - 49K bytes - Viewed (0) -
Text::Wrap.txt
use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...perldoc.perl.org/Text::Wrap.txtRegistered: Fri Aug 29 06:45:37 UTC 2025 - 8.7K bytes - Viewed (0)