- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 871 - 880 of 1,302 for label:perl (0.04 sec)
-
ExtUtils::Mksymlists.txt
package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...perldoc.perl.org/ExtUtils::Mksymlists.txtRegistered: Sat Nov 16 11:58:29 UTC 2024 - 10.8K bytes - Viewed (0) -
Encode::CN::HZ.txt
package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...perldoc.perl.org/Encode::CN::HZ.txtRegistered: Sat Nov 16 13:22:33 UTC 2024 - 5.9K bytes - Viewed (0) -
ExtUtils::MM_OS2.txt
package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...perldoc.perl.org/ExtUtils::MM_OS2.txtRegistered: Sat Nov 16 14:16:32 UTC 2024 - 3.2K bytes - Viewed (0) -
ExtUtils::Typemaps::InputMap.txt
package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...perldoc.perl.org/ExtUtils::Typemaps::InputMap.txtRegistered: Sat Nov 16 12:08:43 UTC 2024 - 1.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Sat Nov 16 14:09:32 UTC 2024 - 602 bytes - Viewed (0) -
Test2::Compare::Object.txt
package Test2::Compare::Object; use strict; use warnings; use Test2::Util qw/try/; use Test2::Compare::Meta(); use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase ...perldoc.perl.org/Test2::Compare::Object.txtRegistered: Sun Nov 17 21:33:26 UTC 2024 - 6.1K bytes - Viewed (0) -
Test2::API::Breakage.txt
package Test2::API::Breakage; use strict; use warnings; our $VERSION = '1.302199'; use Test2::Util qw/pkg_to_file/; our @EXPORT_OK = qw{ upgrade_suggested upgrade_required known_broken }; BEGIN { r...perldoc.perl.org/Test2::API::Breakage.txtRegistered: Sun Nov 17 23:48:12 UTC 2024 - 4.7K bytes - Viewed (0) -
Term::Table::Util.txt
package Term::Table::Util; use strict; use warnings; use Config qw/%Config/; our $VERSION = '0.018'; use base 'Exporter'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY un...perldoc.perl.org/Term::Table::Util.txtRegistered: Sun Nov 17 22:00:55 UTC 2024 - 4.1K bytes - Viewed (0) -
Test2::Hub::Subtest.txt
package Test2::Hub::Subtest; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase qw/nested exit_code manual_skip_a...perldoc.perl.org/Test2::Hub::Subtest.txtRegistered: Sun Nov 17 20:17:43 UTC 2024 - 2.6K bytes - Viewed (0) -
Test2::AsyncSubtest::Hub.txt
package Test2::AsyncSubtest::Hub; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Hub::Subtest'; use Test2::Util::HashBase qw/ast_ids ast/; use Test2::Util qw/get_tid/; sub in...perldoc.perl.org/Test2::AsyncSubtest::Hub.txtRegistered: Sun Nov 17 23:34:51 UTC 2024 - 2.3K bytes - Viewed (0)