Lines Matching refs:perl

334 found in the FAQ and at http:/www.perl.com) for a more recent version
337 'perl Makefile.PL', but you're most probably left alone, when you do
362 print join(" ", map { "perl($_)>=$self->{PREREQ_PM}->{$_} " }
408 Please install these modules first and rerun 'perl Makefile.PL'.\n};
422 Carp::carp("WARNING: Please rerun 'perl Makefile.PL' to regenerate your Makefiles\n");
513 Your perl and your Config.pm seem to have different ideas about the
517 This may or may not cause problems. Please check your installation of perl
531 # This Makefile is for the $self->{NAME} extension to perl.
827 # extremely careful when we try to give perl a reason to reload a
1009 perl Makefile.PL # optionally "perl Makefile.PL verbose"
1017 perl Makefile.PL PREFIX=/tmp/myperl5
1031 proper set of perl C<-I> options.
1053 By default the debugger is called using C<-d> option to perl. If you
1063 I<not> building below the perl source directory. If you I<are>
1064 building below the perl source, INST_LIB and INST_ARCHLIB default to
1073 perl site vendor
1088 perl '-V:install.*'
1091 searched by perl, run
1093 perl -le 'print join $/, @INC'
1102 perl Makefile.PL PREFIX=~
1111 perl Makefile.PL LIB=~/lib
1117 by perl by default, nor by make.
1142 perl Makefile.PL;
1154 probably have changed since perl itself has been installed. They will
1157 perl Makefile.PL INSTALLSITELIB=/afs/here/today \
1174 make perl
1176 That produces a new perl binary in the current directory with all
1180 want to force the creation of a new perl, it is recommended, that you
1184 The binary can be installed into the directory where perl normally
1189 To produce a perl binary with a different name than C<perl>, either say
1191 perl Makefile.PL MAP_TARGET=myperl
1197 perl Makefile.PL
1209 existing perl binary. Use with care!
1211 Sometimes you might want to build a statically linked perl although
1215 perl Makefile.PL LINKTYPE=static # recommended
1228 Extensions may be built either using the contents of the perl source
1229 directory tree or from the installed perl library. The recommended way
1230 is to build extensions after you have run 'make install' on perl
1232 below the perl source tree. The support for extensions below the ext
1233 directory of the perl distribution is only good for the standard
1234 extensions that come with perl.
1236 If an extension is being built below the C<ext/> directory of the perl
1247 If an extension is being built away from the perl source then MakeMaker
1249 of the perl library. The other variables default to the following:
1257 If perl has not yet been installed then PERL_SRC can be defined on the
1266 by Configure at perl compilation time. MakeMaker supports the user who
1308 perl Makefile.PL BINARY_LOCATION=x86/Agent.tar.gz
1359 would normally go into /usr/local/lib/perl you could set DESTDIR=/tmp/
1360 and installation would go into /tmp/usr/local/lib/perl.
1425 command line: perl Makefile.PL EXCLUDE_EXT='Socket Safe'
1433 If your executables start with something like #!perl or
1434 #!/usr/bin/perl MakeMaker will change this to the path of the perl
1436 properly even if perl is not in /usr/bin/perl.
1495 command line: perl Makefile.PL INCLUDE_EXT='POSIX Socket Devel::Peek'
1500 directory if INSTALLDIRS is set to perl.
1505 INSTALLDIRS=perl.
1510 perl, site or vendor. Defaults to site.
1517 INSTALLDIRS=perl. Defaults to $Config{installman*dir}.
1524 directory if INSTALLDIRS is set to perl.
1633 LIB should only be set at C<perl Makefile.PL> time but is allowed as a
1674 make a perl. This is handled automatically as a switch by
1701 If it is intended, that a new perl binary be produced, this variable
1702 may hold a name for that binary. Defaults to perl
1832 Use this instead of $(PERL) when you wish to run perl. It will set up
1837 Use this instead of $(PERL) when you wish to run perl to work with
1839 flags so perl can see the modules you're about to install.
1858 Ref to hash of files to be processed as perl programs. MakeMaker
1921 perl Makefile.PL POLLUTE=1
1928 Name of the executable used to run C<PPM_INSTALL_SCRIPT> below. (e.g. perl)
1949 (or the right versions thereof) will be fatal. perl Makefile.PL will die
1983 perl(A::B)>=Vers1 perl(C::D)>=Vers2 ...
2189 If you are running experiments with embedding perl as a library into
2196 F<makemaker@perl.org>
2295 Makes a distdir first, and runs a C<perl Makefile.PL>, a make, and
2451 Send patches and ideas to <F<makemaker@perl.org>>.
2463 See F<http://www.perl.com/perl/misc/Artistic.html>