File Coverage

lib/ExtUtils/MM_MacOS.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 8 11 72.7


line stmt bran cond sub pod time code
1              
2             use strict;
3 1     1   5552 use warnings;
  1         2  
  1         24  
4 1     1   4  
  1         2  
  1         82  
5             our $VERSION = '7.64';
6             $VERSION =~ tr/_//d;
7              
8             die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker';
9             }
10 0     0 0    
11             =head1 NAME
12              
13             ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic
14              
15             =head1 SYNOPSIS
16              
17             # MM_MacOS no longer contains any code. This is just a stub.
18              
19             =head1 DESCRIPTION
20              
21             Once upon a time, MakeMaker could produce an approximation of a correct
22             Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this
23             fell out of sync with the rest of MakeMaker and hadn't worked in years.
24             Since there's little chance of it being repaired, MacOS Classic is fading
25             away, and the code was icky to begin with, the code has been deleted to
26             make maintenance easier.
27              
28             Anyone interested in resurrecting this file should pull the old version
29             from the MakeMaker CVS repository and contact makemaker@perl.org.
30              
31             =cut
32              
33             1;