Searched refs:Perl (Results 1 - 25 of 608) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dscript.t10 my $Perl = which_perl();
14 $x = `$Perl -le "print 'ok';"`;
22 $x = `$Perl $filename`;
26 $x = `$Perl <$filename`;
H A Dswitcht.t17 my $Perl = which_perl();
25 my $out = `$Perl -le "print q(Hello)"`;
32 my $out = `$Perl -le "print q(Hello)"`;
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/t/
H A D95_critic.t7 # Test script to check Perl::Critic conformance.
14 # the same terms as Perl itself, i.e. under the terms of either the GNU
35 require Test::Perl::Critic;
36 Test::Perl::Critic->import(-profile => '');
41 plan skip_all => 'Test::Perl::Critic required to test with Perl::Critic';
/openbsd-current/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/
H A Dcritic.t7 # Test script to check Perl::Critic conformance.
14 # the same terms as Perl itself, i.e. under the terms of either the GNU
35 require Test::Perl::Critic;
36 Test::Perl::Critic->import(-profile => '');
41 plan skip_all => 'Test::Perl::Critic required to test with Perl::Critic';
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dexec.t41 my $Perl = which_perl();
48 $exit = system qq{$Perl -le "print q{ok $tnum - interp system(EXPR)"}};
54 $exit = system qq{$Perl -le "print q{ok $tnum - split & direct system(EXPR)"}};
62 $exit = system $Perl, '-le',
71 my $echo_out = `$Perl -e "print 'ok'" | $Perl -le "print <STDIN>"`;
80 is( scalar `$Perl -e "print 'ok'"`,
83 is( scalar `$Perl -e "print 'ok'" | $Perl -e "print <STDIN>"`,
86 is( scalar `$Perl
[all...]
H A Dalarm.t16 my $Perl = which_perl();
41 system(qq{$Perl -e "sleep 6"});
60 eval { alarm(1); my $x = qx($Perl -e "sleep 3"); alarm(0); };
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A Dfilter-util.pl5 use vars qw( $Perl $Inc);
56 $Perl = '' ;
57 $Perl = ($ENV{'FULLPERL'} or $^X or 'perl') ;
59 $Perl = "$Perl -MMac::err=unix" if $^O eq 'MacOS';
60 $Perl = "$Perl -w" ;
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D10_base.t17 use_ok ("Config::Perl::V");
20 ok (my $conf = Config::Perl::V::myconfig, "Read config");
25 ok (my $info1 = Config::Perl::V::summary ($conf), "Get a summary for \$conf");
26 ok (my $info2 = Config::Perl::V::summary, "Get a summary for \$^X");
29 ok (my $sig = Config::Perl::V::signature, "Get signature");
33 ok (my $bad = Config::Perl::V::signature ({ cfg => 0 }), "Signature on invalid data");
35 ok ( $bad = Config::Perl::V::signature ({ config => {} }), "Signature on incomplete data");
37 ok ( $bad = Config::Perl::V::signature ({ config => 0, build => {} }), "Signature on invalid data");
39 ok ( $bad = Config::Perl::V::signature ({ config => {}, build => 0 }), "Signature on invalid data");
49 is_deeply (Config::Perl
[all...]
H A D25_plv5162.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};
47 ok (my $sig = Config::Perl::V::signature ($conf), "Get signature");
55 "/Library/Perl/Updates/<version> comes before system perl directories",
168 /Library/Perl/Updates/<version> comes before system perl directories
179 /Library/Perl/5.16/darwin-thread-multi-2level
180 /Library/Perl/5.16
181 /Network/Library/Perl/5.16/darwin-thread-multi-2level
182 /Network/Library/Perl/5.1
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dexit.t26 my $Perl = File::Spec->rel2abs($^X);
29 $Perl = "MCR $^X" if $] < 5.007003;
32 $Perl .= q{ -"I../lib"} if $ENV{PERL_CORE};
33 $Perl .= q{ -"Mvmsish=hushed"};
35 $Perl = qq("$Perl"); # protect from shell if spaces
69 my $out = qx[$Perl exit_map_test $exit];
100 my $wait_stat = system(qq{$Perl -"I../blib/lib" -"I../lib" -"I../t/lib" $file});
/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-http-log.pl17 qr/\{Server: Perl\/[^\s]+\s*\};/ => 1,
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dcritic.t5 # If author tests are enabled, check all Perl code in blib/lib, examples, usr,
46 # sensitive to the exact version of Perl::Critic to be generally useful.
50 use_prereq('Perl::Critic::Utils');
51 use_prereq('Test::Perl::Critic');
53 # Force the embedded Perl::Tidy check to use the correct configuration.
57 Test::Perl::Critic->import(-profile => 't/data/perlcriticrc');
59 # By default, Test::Perl::Critic only checks blib. We also want to check t,
61 my @files = Perl::Critic::Utils::all_perl_files('blib');
63 @files = Perl::Critic::Utils::all_perl_files('lib');
70 push(@files, Perl
[all...]
H A Dmodule-version.t3 # Check or update the version of Perl modules.
9 # When given the --update option, instead fixes all of the Perl modules found
76 module-version.t - Check or update versions of Perl modules
84 Perl 5.8 or later, the Perl6::Slurp module, and the JSON::PP Perl module, both
85 of which are available from CPAN. JSON::PP is also included in Perl core in
86 Perl 5.14 and later.
91 The intent is to assist with maintaining consistent versions in a Perl
92 distribution, supporting both the package keyword syntax introduced in Perl
97 and then looks for any Perl module
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/parent/t/
H A Dparent-pmc.t24 require Config::Perl::V;
25 Config::Perl::V->VERSION('0.10');
28 if Config::Perl::V::myconfig()->{options}{PERL_DISABLE_PMC};
34 plan skip_all => 'Perl is built with PERL_DISABLE_PMC' unless $pmc;
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/hints/
H A Ddec_osf.pl5 bug breaks Perl's 'x' operator for eight-bit characters. The
9 Versions of Perl after 5.005_03 will contain a workaround for the
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/
H A DMyPerlSourceHandler.pm10 use base qw( TAP::Parser::SourceHandler::Perl MyCustom );
17 $vote += 0.1 if $vote > 0; # steal the Perl handler's vote
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/
H A Dpsql.bat1 @rem = '--*-Perl-*--
9 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/docs/
H A Dsynopsis.t48 use_prereq('Perl::Critic::Utils');
65 # module be in a lib directory. Use Perl::Critic::Utils to find the modules
68 my @files = Perl::Critic::Utils::all_perl_files('blib');
71 @files = Perl::Critic::Utils::all_perl_files('lib');
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DMakefile.PL24 repository => 'https://github.com/Perl/perl5/tree/blead/dist/Locale-Maketext',
46 --languages=Perl --langmap=Perl:+.t \
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dpipe.t16 my $Perl = which_perl();
21 open(PIPE, "|-") || exec $Perl, '-pe', 'tr/YX/ko/';
42 exec $Perl, '-le', "print q{not ok $tnum - again}";
64 exec $Perl, '-e0'; # Do not run END()...
85 exec $Perl, '-e0'; # Do not run END()...
116 exec $Perl, '-le', "print q{not ok $tnum - with fh dup }";
179 open NIL, qq{|$Perl -e "exit 0"} or die "open failed: $!";
193 open NIL, qq{|$Perl -e "exit 23";} or die "fork failed: $!";
233 open NIL, qq{|$Perl -e "exit 23"} or die "fork failed: $!";
263 \$Perl
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/Memoize/
H A DNDBM_File.pm16 # Perl 5.37.3 adds this EXISTS emulation to NDBM_File itself
34 L<In Perl 5.37.3|https://github.com/Perl/perl5/commit/c0a1a377c02ed789f5eff667f46a2314a05c5a4c>,
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dprereq_print.t28 my $Perl = which_perl();
51 my $prereq_out = run(qq{$Perl Makefile.PL "PREREQ_PRINT=1"});
65 $prereq_out = run(qq{$Perl Makefile.PL "PRINT_PREREQ=1"});
73 #my $prereq_out = run(qq{$Perl Makefile.PL "PREREQ_PRINT=0"});
79 #my $prereq_out = run(qq{$Perl Makefile.PL "PRINT_PREREQ=1"});
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.pm40 character set and encoding to Perl string data (Unicode and
41 Perl's internal Unicode encoding, UTF-8). On output, it converts
42 Perl string data into the specified character set and encoding.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DPerl.pm1 package TAP::Parser::SourceHandler::Perl;
20 TAP::Parser::SourceHandler::Perl - Stream TAP from a Perl executable
33 use TAP::Parser::SourceHandler::Perl;
38 my $class = 'TAP::Parser::SourceHandler::Perl';
44 This is a I<Perl> L<TAP::Parser::SourceHandler> - it has 2 jobs:
46 1. Figure out if the L<TAP::Parser::Source> it's given is actually a Perl
49 2. Creates an iterator for Perl sources (L</make_iterator>).
83 # We favour Perl as the interpreter for any shebang to preserve
84 # previous semantics: we used to execute everything via Perl an
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmakemeta67 'abstract' => 'The Perl 5 language interpreter',
72 'url' => 'https://github.com/Perl/perl5'
76 'web' => 'https://github.com/Perl/perl5/issues'

Completed in 232 milliseconds

1234567891011>>