File Coverage

blib/lib/Devel/AssertOS/Alias/MacOS.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Devel::AssertOS::Alias::MacOS;
2              
3 29     29   191 use strict;
  29         63  
  29         1190  
4 29     29   204 use warnings;
  29         168  
  29         1999  
5              
6 29     29   180 use Devel::CheckOS;
  29         80  
  29         3013  
7              
8             our $VERSION = '1.0';
9              
10             Devel::CheckOS::register_alias(MacOS => 'MacOSX');
11              
12             =head1 COPYRIGHT and LICENCE
13              
14             Copyright 2024 David Cantrell
15              
16             This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively.
17              
18             =cut
19              
20             1;