darwin.pm (Module-Build-0.4232) | : | darwin.pm (Module-Build-0.4234) | ||
---|---|---|---|---|
package Module::Build::Platform::darwin; | package Module::Build::Platform::darwin; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
our $VERSION = '0.4232'; | our $VERSION = '0.4234'; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
use Module::Build::Platform::Unix; | use Module::Build::Platform::Unix; | |||
our @ISA = qw(Module::Build::Platform::Unix); | our @ISA = qw(Module::Build::Platform::Unix); | |||
# This class isn't necessary anymore, but we can't delete it, because | # This class isn't necessary anymore, but we can't delete it, because | |||
# some people might still have the old copy in their @INC, containing | # some people might still have the old copy in their @INC, containing | |||
# code we don't want to execute, so we have to make sure an upgrade | # code we don't want to execute, so we have to make sure an upgrade | |||
# will replace it with this empty subclass. | # will replace it with this empty subclass. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |