- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3211 - 3220 of 3,463 for filetype:txt (0.05 sec)
-
ExtUtils::MM_UWIN.txt
package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...perldoc.perl.org/ExtUtils::MM_UWIN.txtRegistered: Wed Jun 18 04:12:52 UTC 2025 - 994 bytes - Viewed (0) -
ExtUtils::MM_VOS.txt
package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...perldoc.perl.org/ExtUtils::MM_VOS.txtRegistered: Tue Jun 17 23:38:37 UTC 2025 - 762 bytes - Viewed (0) -
ExtUtils::MM_VMS.txt
package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...perldoc.perl.org/ExtUtils::MM_VMS.txtRegistered: Wed Jun 18 09:58:39 UTC 2025 - 66.7K bytes - Viewed (0) -
Fatal.txt
package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...perldoc.perl.org/Fatal.txtRegistered: Wed Jun 18 17:46:22 UTC 2025 - 59.2K bytes - Viewed (0) -
IO::Uncompress::Inflate.txt
package IO::Uncompress::Inflate ; # for RFC1950 use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Compress::Zlib::Constants 2.212 ; use IO::Uncompress...perldoc.perl.org/IO::Uncompress::Inflate.txtRegistered: Wed Jun 18 18:11:00 UTC 2025 - 28.3K bytes - Viewed (0) -
ExtUtils::ParseXS::Utilities.txt
package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...perldoc.perl.org/ExtUtils::ParseXS::Utilities.txtRegistered: Wed Jun 18 11:32:38 UTC 2025 - 18K bytes - Viewed (0) -
I18N::Langinfo.txt
package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...perldoc.perl.org/I18N::Langinfo.txtRegistered: Wed Jun 18 10:15:02 UTC 2025 - 14.1K bytes - Viewed (0) -
Filter::Util::Call.txt
# Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...perldoc.perl.org/Filter::Util::Call.txtRegistered: Wed Jun 18 09:01:38 UTC 2025 - 13.7K bytes - Viewed (0) -
ExtUtils::PL2Bat.txt
package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...perldoc.perl.org/ExtUtils::PL2Bat.txtRegistered: Wed Jun 18 05:58:53 UTC 2025 - 5.1K bytes - Viewed (0) -
ExtUtils::MM_NW5.txt
package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...perldoc.perl.org/ExtUtils::MM_NW5.txtRegistered: Wed Jun 18 08:07:31 UTC 2025 - 5.4K bytes - Viewed (0)