1 package Module::Build::Platform::darwin;
5 $VERSION = '0.2808_01';
6 $VERSION = eval $VERSION;
7 use Module::Build::Platform::Unix;
10 @ISA = qw(Module::Build::Platform::Unix);
12 # This class isn't necessary anymore, but we can't delete it, because
13 # some people might still have the old copy in their @INC, containing
14 # code we don't want to execute, so we have to make sure an upgrade
15 # will replace it with this empty subclass.
23 Module::Build::Platform::darwin - Builder class for Mac OS X platform
27 This module provides some routines very specific to the Mac OS X
30 Please see the L<Module::Build> for the general docs.
34 Ken Williams <kwilliams@cpan.org>
38 perl(1), Module::Build(3), ExtUtils::MakeMaker(3)