1ExtUtils::MM_BeOS(3pm) Perl Programmers Reference Guide ExtUtils::MM_BeOS(3pm)
2
3
4
6 ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtU‐
7 tils::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.8.8 2001-09-21 ExtUtils::MM_BeOS(3pm)