summaryrefslogtreecommitdiffstats
path: root/upstream/mageia-cauldron/man3pm/ExtUtils::MM_Cygwin.3pm
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/mageia-cauldron/man3pm/ExtUtils::MM_Cygwin.3pm')
-rw-r--r--upstream/mageia-cauldron/man3pm/ExtUtils::MM_Cygwin.3pm97
1 files changed, 97 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man3pm/ExtUtils::MM_Cygwin.3pm b/upstream/mageia-cauldron/man3pm/ExtUtils::MM_Cygwin.3pm
new file mode 100644
index 00000000..7e890955
--- /dev/null
+++ b/upstream/mageia-cauldron/man3pm/ExtUtils::MM_Cygwin.3pm
@@ -0,0 +1,97 @@
+.\" -*- mode: troff; coding: utf-8 -*-
+.\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
+.\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
+.ie n \{\
+. ds C` ""
+. ds C' ""
+'br\}
+.el\{\
+. ds C`
+. ds C'
+'br\}
+.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\"
+.\" If the F register is >0, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
+.\" entries marked with X<> in POD. Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
+..
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{\
+. if \nF \{\
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
+..
+. if !\nF==2 \{\
+. nr % 0
+. nr F 2
+. \}
+. \}
+.\}
+.rr rF
+.\" ========================================================================
+.\"
+.IX Title "ExtUtils::MM_Cygwin 3pm"
+.TH ExtUtils::MM_Cygwin 3pm 2023-11-28 "perl v5.38.2" "Perl Programmers Reference Guide"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
+.SH NAME
+ExtUtils::MM_Cygwin \- methods to override UN*X behaviour in ExtUtils::MakeMaker
+.SH SYNOPSIS
+.IX Header "SYNOPSIS"
+.Vb 1
+\& use ExtUtils::MM_Cygwin; # Done internally by ExtUtils::MakeMaker if needed
+.Ve
+.SH DESCRIPTION
+.IX Header "DESCRIPTION"
+See ExtUtils::MM_Unix for a documentation of the methods provided there.
+.IP os_flavor 4
+.IX Item "os_flavor"
+We're Unix and Cygwin.
+.IP cflags 4
+.IX Item "cflags"
+if configured for dynamic loading, triggers #define EXT in EXTERN.h
+.IP replace_manpage_separator 4
+.IX Item "replace_manpage_separator"
+replaces strings '::' with '.' in MAN*POD man page names
+.IP init_linker 4
+.IX Item "init_linker"
+points to libperl.a
+.IP maybe_command 4
+.IX Item "maybe_command"
+Determine whether a file is native to Cygwin by checking whether it
+resides inside the Cygwin installation (using Windows paths). If so,
+use ExtUtils::MM_Unix to determine if it may be a command.
+Otherwise use the tests from ExtUtils::MM_Win32.
+.IP dynamic_lib 4
+.IX Item "dynamic_lib"
+Use the default to produce the *.dll's.
+But for new archdir dll's use the same rebase address if the old exists.
+.IP install 4
+.IX Item "install"
+Rebase dll's with the global rebase database after installation.