Searched refs:Perl (Results 26 - 50 of 608) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD/
H A DMkTemp.pm36 OpenBSD::MkTemp - Perl access to mkstemps() and mkdtemp()
85 it under the same terms as Perl itself, either Perl version 5.12.2 or,
86 at your option, any later version of Perl 5 you may have available.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dvmsish.pm7 vmsish - Perl pragma to control VMS-specific language features
45 used directly as Perl's exit status.
55 SYS$ERROR if Perl terminates with an error status, and allows
56 programs that are expecting "unix-style" Perl to avoid having to parse
57 VMS error messages. It does not suppress any messages from Perl
58 itself, just the messages generated by DCL after Perl exits. The DCL
78 messages from compilation errors. Again, you still get the Perl
105 The messages from error exits from inside the Perl core are generally
110 See L<perlmod/Perl Modules>.
H A Ddeprecate.pm62 $package will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at $call_file, line $call_line.
74 deprecate - Perl pragma for deprecating the inclusion of a module in core
84 be included in the Perl core in a future Perl release, but are still included
122 a Perl older than 5.12 (where the core library directories take precedence over
124 core in that Perl version. Under those circumstances, an upgrade of the module
148 it under the same terms as Perl itself, either Perl version 5.10.0 or,
149 at your option, any later version of Perl 5 you may have available.
H A Dutf8.pm30 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
37 # Convert the internal representation of a Perl scalar to/from UTF-8.
42 # Change each character of a Perl scalar to/from a series of
57 $flag = utf8::is_utf8($string); # since Perl 5.8.1
62 The C<use utf8> pragma tells the Perl parser to allow UTF-8 in the
63 program text in the current lexical scope. The C<no utf8> pragma tells Perl
69 B<Do not use this pragma for anything else than telling Perl that your
104 Perl core. You do not need to say C<use utf8> to use these and in fact
111 (Since Perl v5.8.0)
117 Since Perl v
[all...]
H A DDirHandle.pm11 # recommended approach since Perl 5.6: do not use DirHandle
33 Up to Perl 5.5, opendir() could not autovivify a directory handle from
37 Since Perl 5.6, opendir() alone has been all you need for lexical handles.
H A Dstrict.t27 qr/^Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5.40 at /,
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DInstalled.t132 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
133 is( $realei->{Perl}{version}, $Config{version},
134 'new() should set Perl version from %Config' );
155 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
156 is( $realei->{Perl}{version}, $Config{version},
157 'new() should set Perl version from %Config' );
176 isa_ok( $realei->{Perl}{packlist}, 'ExtUtils::Packlist' );
177 is( $realei->{Perl}{version}, $Config{version},
178 'new() should set Perl version from %Config' );
198 isa_ok( $realei->{Perl}{packlis
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm4 package Perl::OSType;
5 # ABSTRACT: Map Perl operating system names to generic types
96 Perl::OSType - Map Perl operating system names to generic types
104 use Perl::OSType ':all';
161 at L<https://github.com/Perl-Toolchain-Gang/Perl-OSType/issues>.
169 L<https://github.com/Perl-Toolchain-Gang/Perl-OSType>
171 git clone https://github.com/Perl
[all...]
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dswitchx.t24 qr/^No Perl script found in input\r?\n\z/,
35 "No Perl script found in input\n", '-x and -e gives expected error');
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dthrough.t15 my $Perl = which_perl();
74 open $fh, '-|', qq[$Perl -we "$set_out;print for grep length, split /(.{1,$write_c})/s, qq($quoted)"] or die "open: $!";
78 open $fh, '-|', qq[$Perl -we "$set_out;eval qq(\\x24\\x7c = 1) or die;print for grep length, split /(.{1,$write_c})/s, qq($quoted)"] or die "open: $!";
81 open $fh, '-|', qq[$Perl -we "$set_out;eval qq(\\x5b\\x4f = 1) or die;print for grep length, split /(.{1,$write_c})/s, qq($quoted)"] or die "open: $!";
86 open $fh, '-|', qq[$Perl -we "$set_out;eval qq(sub w {syswrite STDOUT, \\x24_} 1) or die; w() for grep length, split /(.{1,$write_c})/s, qq($quoted)"] or die "open: $!";
89 open $fh, '-|', qq[$Perl -we "$set_out;eval qq(sub w {syswrite STDOUT, \\x5B_} 1) or die; w() for grep length, split /(.{1,$write_c})/s, qq($quoted)"] or die "open: $!";
132 open $fh, '-|', qq[$Perl -we "eval qq(\\x24\\x7c = 1) or die; binmode STDOUT; sleep 1, print for split //, qq(a\nb\n\nc\n\n\n)"] or die "open: $!";
135 open $fh, '-|', qq[$Perl -we "eval qq(\\x5B\\x4f = 1) or die; binmode STDOUT; sleep 1, print for split //, qq(a\nb\n\nc\n\n\n)"] or die "open: $!";
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DColor.pm7 # SPDX-License-Identifier: GPL-1.0-or-later OR Artistic-1.0-Perl
173 module included with Perl, in Perl 5.6.0.
176 Pod::Text::Color 2.01 was included in Perl 5.9.3, the first version of Perl to
180 Pod::Text::Color 4.11, included in Perl 5.29.1.
184 had the same module version since 4.00, included in Perl 5.23.7. (They
197 under the same terms as Perl itself.
205 Perl core distribution as of 5.6.0.
H A DTermcap.pm7 # SPDX-License-Identifier: GPL-1.0-or-later OR Artistic-1.0-Perl
238 this module included with Perl, in Perl 5.6.0.
241 Pod::Text::Termcap 2.01 was included in Perl 5.9.3, the first version of Perl
245 Pod::Text::Termcap 4.11, included in Perl 5.29.1.
251 be incorporated into Perl, 4.14, was included in Perl 5.31.8.
255 have had the same module version since 4.00, included in Perl 5.23.7. (They
268 under the same terms as Perl itsel
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dacknowledgements.pl52 = "Perl $next_version represents approximately $development_time of development
53 since Perl $previous_version and contains approximately $formatted_changes
60 Perl continues to flourish into its fourth decade thanks to a vibrant
62 have contributed the improvements that became Perl $next_version:
68 reported issues to the Perl bug tracker.
71 modules included in Perl's core. We're grateful to the entire CPAN
72 community for helping Perl to flourish.
74 For a more complete list of all of Perl's historical contributors,
75 please see the F<AUTHORS> file in the Perl source distribution.";
80 # return the previous Perl versio
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D22_plv510.t18 use Config::Perl::V;
20 ok (my $conf = Config::Perl::V::plv2hash (<DATA>), "Read perl -v block");
27 my $opt = Config::Perl::V::plv2hash ("")->{build}{options};
34 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
H A D26_plv5182.t18 use Config::Perl::V;
20 ok (my $conf = Config::Perl::V::plv2hash (<DATA>), "Read perl -v block");
27 my $opt = Config::Perl::V::plv2hash ("")->{build}{options};
45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
H A D26_plv518.t18 use Config::Perl::V;
20 ok (my $conf = Config::Perl::V::plv2hash (<DATA>), "Read perl -v block");
27 my $opt = Config::Perl::V::plv2hash ("")->{build}{options};
45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
H A D25_plv516.t18 use Config::Perl::V;
20 ok (my $conf = Config::Perl::V::plv2hash (<DATA>), "Read perl -v block");
28 my $opt = Config::Perl::V::plv2hash ("")->{build}{options};
45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
H A D24_plv514.t18 use Config::Perl::V;
20 ok (my $conf = Config::Perl::V::plv2hash (<DATA>), "Read perl -v block");
29 my $opt = Config::Perl::V::plv2hash ("")->{build}{options};
45 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
/openbsd-current/gnu/usr.bin/perl/t/japh/
H A Dabigail.t6 # These test use obscure features of Perl, or surprising combinations
8 # exposed several bugs in Perl.
15 # Getting everything to run well on the myriad of platforms Perl runs on
20 # modules (the former parses Perl to Perl, the latter shows the
57 my $JaPH = "Just another Perl Hacker";
58 my $JaPh = "Just another Perl hacker";
59 my $JaPH_n = "Just another Perl Hacker\n";
60 my $JaPh_n = "Just another Perl hacker\n";
61 my $JaPH_s = "Just another Perl Hacke
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/
H A DConfig.pm1 # Configuration for Perl test cases.
3 # In order to reuse the same Perl test cases in multiple packages, I use a
40 # in t/data/perl.conf for a standalone Perl module or tests/data/perl.conf for
41 # Perl tests embedded in a larger distribution. Don't use Test::RRA::Automake
83 Test::RRA::Config - Perl test configuration
88 print "Required Perl version is $MINIMUM_VERSION\n";
92 Test::RRA::Config encapsulates per-package configuration for generic Perl test
95 for both C Automake packages and stand-alone Perl modules.
102 current directory, which will be the case for stand-alone Perl modules.
110 The coverage level achieved by the test suite for Perl tes
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DConfig.pm1 # Configuration for Perl test cases.
3 # In order to reuse the same Perl test cases in multiple packages, I use a
40 # in t/data/perl.conf for a standalone Perl module or tests/data/perl.conf for
41 # Perl tests embedded in a larger distribution. Don't use Test::RRA::Automake
83 Test::RRA::Config - Perl test configuration
88 print "Required Perl version is $MINIMUM_VERSION\n";
92 Test::RRA::Config encapsulates per-package configuration for generic Perl test
95 for both C Automake packages and stand-alone Perl modules.
102 current directory, which will be the case for stand-alone Perl modules.
110 The coverage level achieved by the test suite for Perl tes
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/Memoize/
H A DSDBM_File.pm23 L<in Perl 5.6.0|perl56delta/SDBM_File>.
/openbsd-current/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/
H A Dwarnings.pm18 As of Perl 5.26.0, this module has no effect. The internal Perl feature
20 much work has been done on the Perl core to eliminate discrepancies in the
26 Hence, if you load this module on Perl 5.26.0, you will get one warning
44 By default, there is a fundamental asymmetry in Perl's unicode model:
83 If your program does not need compatibility for Perl 5.6 and earlier,
92 of Perl is desired.
100 encoding like UTF-8, I<and> need not support older versions of Perl,
151 For Perl 5.9.4 or later, this module's effect is lexical.
153 For Perl version
[all...]
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dvos.sh22 *** This version of Perl 5 must be built on OpenVOS Release 17.1.0 or later.
/openbsd-current/regress/sys/kern/sosplice/
H A DMakefile.inc5 # p5-Socket6 Perl defines relating to AF_INET6 sockets
19 @echo Install these Perl modules for additional tests.

Completed in 287 milliseconds

1234567891011>>