Lines Matching refs:perl

80 sections and complain loudly to the makemaker@perl.org mailing list.
160 Does very much the same as the cflags script in the perl
299 *$(OBJ_EXT) *$(LIB_EXT) perl.exe perl perl$(EXE_EXT)
308 push(@otherfiles, qw[core core.*perl.*.? *perl.core]);
583 my($src) = $self->catfile($self->{PERL_INC},'perl.h');
968 scratchdirectory, and runs 'perl Makefile.PL; make ;make test' in that
1124 # Use nothing on static perl platforms, and to the flags needed
1125 # to link against the shared libperl library on shared perl
1183 print "Looking for perl $ver by these names:
1243 print STDOUT "Unable to find a perl $ver (by these names: @$names, in these dirs: @$dirs)\n";
1296 # Now look (in reverse) for interpreter in absolute PATH (unless perl).
1298 if ($cmd eq "perl") {
1299 if ($Config{startperl} =~ m,^\#!.*/perl,) {
1502 # perl library whereas the others are relative to INST_LIBDIR
1735 -f $self->catfile($dir,"perl.h")
1777 You cannot build extensions below the perl source tree after executing
1778 a 'make clean' in the perl source tree.
1780 To rebuild extensions distributed with the perl source you should
1781 simply Configure (to include those extensions) and then build perl as
1782 normal. After installing perl the source tree can be deleted. It is
1783 not needed for building extensions by running 'perl Makefile.PL'
1787 from the perl source tree.
1798 if (not -f ($perl_h = $self->catfile($self->{PERL_INC},"perl.h"))
1808 if (-e $self->catdir($inc, "perl.h")) {
1820 unless(-f ($perl_h = $self->catfile($self->{PERL_INC},"perl.h")))
1825 It is recommended that you install perl in a standard location before
1826 building extensions. Some precompiled versions of perl do not contain
1828 please build and install your perl from a fresh perl distribution. It
1841 # won't matter, we will set INSTALLDIRS to "perl". Otherwise we
1877 $self->{MAP_TARGET} ||= "perl";
1882 warn "Warning: PERL_LIB ($self->{PERL_LIB}) seems not to be a perl library directory
2003 # perl has been built and installed. Setting INST_LIB allows
2120 t => 'perl',
2129 t => 'perl',
2136 t => 'perl',
2149 t => 'perl',
2165 t => 'perl',
2178 t => 'perl',
2207 my %type2prefix = ( perl => 'PERLPREFIX',
2302 FULLPERL must be a complete perl
2306 *PERLRUN contains everything necessary to run perl, find it's
2331 # We need a relative path to perl when in the core.
2336 ('perl', 'perl5', "perl$Config{version}");
2338 # miniperl has priority over all but the cannonical perl when in the
2350 # don't check if perl is executable, maybe they have decided to
2351 # supply switches with perl
2353 # When built for debugging, VMS doesn't create perl.exe but ndbgperl.exe.
2354 my $perl_name = 'perl';
2379 # How do we run perl?
2380 foreach my $perl (qw(PERL FULLPERL ABSPERL)) {
2381 my $run = $perl.'RUN';
2383 $self->{$run} = "\$($perl)";
2385 # Make sure perl can find itself before it's installed.
2389 $self->{$perl.'RUNINST'} =
2390 sprintf q{$(%sRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"}, $perl;
2704 static new perl.
2707 the perl library. (Purified versions of library files, e.g.,
2766 $linkcmd =~ s,(perl\.exp),\$(PERL_INC)/$1,;
2773 return if m/^libperl/ or m/^perl\Q$self->{LIB_EXT}\E$/;
2835 $target ||= "perl";
2871 If you're going to build a static perl binary, make sure perl is installed
3138 argument is likely to be a perl script. On MM_Unix this is true for
3151 Defines the dependency from all *.h files that come with the perl
3199 $(PERL_INC)/perl.h \
3234 When the return value is used by the perl function C<chmod>, it is
3409 that mirror those of the installed perl.
3752 # Instead we determine all libraries for the new perl at
3887 my($self, $perl, $tests) = @_;
3888 return $self->SUPER::test_via_harness("PERL_DL_NONLAZY=1 $perl", $tests);
3898 my($self, $perl, $script) = @_;
3899 return $self->SUPER::test_via_script("PERL_DL_NONLAZY=1 $perl", $script);