1ExtUtils::MM_BeOS(3) User Contributed Perl Documentation ExtUtils::MM_BeOS(3)
2
3
4
6 ExtUtils::MM_BeOS - methods to override UN*X behaviour in
7 ExtUtils::MakeMaker
8
10 use ExtUtils::MM_BeOS; # Done internally by ExtUtils::MakeMaker if needed
11
13 See ExtUtils::MM_Unix for a documentation of the methods provided
14 there. This package overrides the implementation of these methods, not
15 the semantics.
16
17 os_flavor
18 BeOS is BeOS.
19
20 init_linker
21 libperl.a equivalent to be linked to dynamic extensions.
22
23 1; __END__
24
25
26
27perl v5.26.3 2018-03-19 ExtUtils::MM_BeOS(3)