Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 208) sorted by relevance

123456789

/openbsd-src/gnu/usr.bin/perl/utils/
H A DMakefile.PL38PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.PL splain.
40 …p ./pl2pm ./prove ./splain ./libnetcfg ./piconv ./enc2xs ./encguess xsubpp.PL ./pod2html ./zipdeta…
45 $(RUN) $(PERL) -I../lib $@.PL
47 cpan: cpan.PL ../config.sh
49 corelist: corelist.PL ../config.sh
51 h2ph: h2ph.PL ../config.sh
53 h2xs: h2xs.PL ../config.sh
55 instmodsh: instmodsh.PL ../config.sh
57 perlbug: perlbug.PL ../config.sh ../patchlevel.h
59 perldoc: perldoc.PL ../config.sh
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DChanges15 * Add a package declaration to the ReadKey_pm.PL to aid indexing
19 * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib'
29 * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions
33 * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, fix realclean
45 * Makefile.PL: Makefile.PL more specific
54 * Added additional metadata to Makefile.PL
92 * Configure.pm, Makefile.PL, README, ReadKey.pm, ReadKey.xs,
100 * Makefile.PL, README, ReadKey.pm, ReadKey.xs, test.pl: import
123 * Makefile.PL, ReadKey.pm, ReadKey.xs, ppport.h: import TermReadKey
131 * MANIFEST, Makefile.PL, README, ReadKey.pm, ReadKey.xs,
[all …]
H A DSIGNATURE12 not run its Makefile.PL or Build.PL.
23 SHA1 fdcaac61068156a6823f79c61eed02942c012fda Makefile.PL
25 SHA1 463beea66445d64a7d7c877b234ecf8ad046f515 ReadKey.pm.PL
H A DMANIFEST4 Makefile.PL
6 ReadKey.pm.PL
H A DMakefile.PL81 s/ReadKey.pm :: ReadKey.pm.PL/ReadKey.pm :: ReadKey.pm.PL dynamic/;
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dproblems.t1 # Test problems in Makefile.PL's and hint files.
19 'Makefile.PL' => <<'END',
24 'subdir/Makefile.PL' => <<'END',
42 # Make sure when Makefile.PL's break, they issue a warning.
43 # Also make sure Makefile.PL's in subdirs still have '.' in @INC.
53 qr{^ERROR from evaluation of .*subdir.*Makefile.PL: YYYAaaaakkk},
54 'Makefile.PL death in subdir warns' );
H A Dunicode.t1 # Test problems in Makefile.PL's and hint files.
30 'Makefile.PL' => <<'PL_END',
88 # Make sure when Makefile.PL's break, they issue a warning.
89 # Also make sure Makefile.PL's in subdirs still have '.' in @INC.
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp311 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local
313 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceLocation()
314 OS << ":" << PL.getLine() << ":" in printSourceLocation()
315 << PL.getColumn(); in printSourceLocation()
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
325 OS << llvm::sys::path::filename(PL.getFilename()); in printSourceRange()
326 OS << " [" << PL.getLine() << ":" in printSourceRange()
327 << PL.getColumn(); in printSourceRange()
331 PL = SM.getPresumedLoc(end); in printSourceRange()
333 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp390 raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_TextWithCRLF); in createPlistFile() local
406 PL << "<?xml version=\"1.0\" encoding=\"UTF-8\"\?>\n" in createPlistFile()
415 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
416 PL << "</string>\n" in createPlistFile()
425 PL << "\t\t<key>CFBundleShortVersionString</key>\n"; in createPlistFile()
426 PL << "\t\t<string>"; in createPlistFile()
427 printHTMLEscaped(BI.ShortVersionStr, PL); in createPlistFile()
428 PL << "</string>\n"; in createPlistFile()
431 PL << "\t\t<key>CFBundleVersion</key>\n"; in createPlistFile()
432 PL << "\t\t<string>"; in createPlistFile()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
55 case MI: return PL; in getOppositeCondition()
56 case PL: return MI; in getOppositeCondition()
153 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
/openbsd-src/gnu/usr.bin/perl/plan9/
H A D9front.patch17 diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
18 --- a/ext/Errno/Errno_pm.PL
19 +++ b/ext/Errno/Errno_pm.PL
H A Dgenconfig.pl280 if (open(PL,'<',"${outdir}patchlevel.h")) {
281 while (<PL>) {
291 close PL;
H A Dmkfile224 $miniperl Makefile.PL # to write constants
249 $miniperl XSLoader_pm.PL
254 $perl Makefile.PL
255 $perl Errno_pm.PL arch.txt
260 $perl Makefile.PL # to write const-xs.inc
281 $miniperl Makefile.PL # to write const-xs.inc
302 $miniperl Makefile.PL # to write const-xs.inc
309 $miniperl Makefile.PL # to write const-xs.inc
316 $miniperl Makefile.PL PERL_CORE^'='^1 # to write const-xs.inc
354 $miniperl DynaLoader_pm.PL
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dh2xs.t88 Writing $name/Makefile.PL
101 Writing $name/Makefile.PL
114 Writing $name/Makefile.PL
127 Writing $name/Makefile.PL
136 Writing $name/Makefile.PL
149 Writing $name/Makefile.PL
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Functions/
H A DMakefile.PL31 Functions.pm :: Functions_pm.PL $pf
32 \$(PERLRUN) Functions_pm.PL $pf
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DTutorial.pod30 perl Makefile.PL
42 Makefile.PL
60 =item Makefile.PL
62 When you run Makefile.PL, it makes a Makefile. That's the whole point of
63 MakeMaker. The Makefile.PL is a simple program which loads
85 Makefile.PL
115 To do this, you need to inform C<WriteMakefile()> in your I<Makefile.PL> file
H A DFAQ.pod33 perl Makefile.PL INSTALL_BASE=~
65 perl Makefile.PL INSTALL_BASE=/whatever
66 perl Build.PL --install_base /whatever
76 perl Makefile.PL PREFIX=/whatever
77 perl Build.PL --prefix /whatever
92 perl Makefile.PL INSTALLMAN1DIR=none INSTALLMAN3DIR=none
103 perl Makefile.PL
114 perl Makefile.PL INSTALL_BASE=~/tmp
132 Now, inside of the C<WriteMakefile()> function in your F<Makefile.PL>, specify
167 capability, where it will automatically run each F<*.PL> it finds to
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DChanges95 - Makefile.PL: a tweak
116 - Makefile.PL: Change 26295 is incorporated.
125 - do 'mkheader' returns true so that Makefile.PL will catch error.
157 pure Perl, type <perl disableXS> before <perl Makefile.PL>.
160 (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
161 * simplified Makefile.PL.
210 - modify Makefile.PL to enable rebuild.
/openbsd-src/gnu/usr.bin/perl/ext/Errno/
H A DChangeLog15 - Errno_pm.PL does not recognize #define lines because they have
20 Errno_pm.PL does not recognize that format; it wants whitespace
41 Rename errno.pl to Errno_pm.PL
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DMakefile.PL3 # Makefile.PL -- generate Makefile
47 VERSION_FROM => 'PPPort_pm.PL',
68 'ppport_h.PL' => 'ppport.h',
69 'PPPort_pm.PL' => 'PPPort.pm',
70 'RealPPPort_xs.PL' => 'RealPPPort.xs',
71 'mktests.PL' => $t_01_test,
86 open FH, '<PPPort_pm.PL' or die "cannot open PPPort_pm.PL for reading: $!";
92 die 'failed to extract $VERSION from PPPort_pm.PL' if not $version;
127 $PL_FILES{'apicheck_c.PL'}
[all...]
H A DRealPPPort_xs.PL78 * !!!!! Do NOT edit this file directly! -- Edit RealPPPort_xs.PL instead. !!!!!
81 * parts/inc/ subdirectory by PPPort_xs.PL. To learn more about how all this
/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template430 [.utils]perldoc.com : [.utils]perldoc.PL $(ARCHDIR)Config.pm
433 [.utils]perlivp.com : [.utils]perlivp.PL $(ARCHDIR)Config.pm
436 [.utils]cpan.com : [.utils]cpan.PL $(ARCHDIR)Config.pm
439 [.utils]prove.com : [.utils]prove.PL $(ARCHDIR)Config.pm
442 [.utils]ptar.com : [.utils]ptar.PL $(ARCHDIR)Config.pm
445 [.utils]ptardiff.com : [.utils]ptardiff.PL $(ARCHDIR)Config.pm
448 [.utils]ptargrep.com : [.utils]ptargrep.PL $(ARCHDIR)Config.pm
451 [.utils]shasum.com : [.utils]shasum.PL $(ARCHDIR)Config.pm
454 [.utils]corelist.com : [.utils]corelist.PL $(ARCHDIR)Config.pm
457 [.utils]json_pp.com : [.utils]json_pp.PL
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A DChanges37 - Adjutst Makefile.PL for windows: the DEFINE() in Makefile.PL
106 - add --force alias for Makefile.PL --configure
122 and Makefile.PL:doConstants and regenerate fallback/const-c.inc
184 - fix the fix for 'do file' to load hints in Makefile.PL: blead 3172fdbc
294 - Makefile.PL/metadata improvements
395 - Silly me: Makefile.PL does need to accept arguments other than mine.
405 - remove the check in Makefile.PL for 5.7.2, shouldn't be
407 - add logic to Makefile.PL to skip configure/write Makefile
410 force (re)configure by "perl Makefile.PL configur
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/
H A DREADME.patching19 4. Update Makefile.PL, MANIFEST.SKIP or other support files as necessary. E.g.
20 update Makefile.PL with any changes to prerequisites.
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/
H A DMakefile.PL54 @paths = map { m{ [.] PL \z }xms ? $_ : $_ . '.com' } @paths;
73 $basename =~ s{ [.] (?: pod | PL ) \z }{}xms;

123456789