File Coverage

blib/lib/Devel/Deprecations/Environmental/Plugin/Int32.pm
Criterion Covered Total %
statement 13 14 92.8
branch n/a
condition n/a
subroutine 5 6 83.3
pod 2 2 100.0
total 20 22 90.9


line stmt bran cond sub pod time code
1              
2             use strict;
3 2     2   981 use warnings;
  2         5  
  2         55  
4 2     2   9  
  2         4  
  2         50  
5             use base 'Devel::Deprecations::Environmental';
6 2     2   9  
  2         5  
  2         194  
7             use Devel::CheckOS qw(os_is);
8 2     2   572  
  2         12490  
  2         212  
9             our $VERSION = '1.000';
10              
11             =head1 NAME
12              
13             Devel::Deprecations::Environmental::Plugin::Int32
14              
15             =head1 DESCRIPTION
16              
17             A plugin for L<Devel::Deprecations::Environmental> to emit warnings when perl has 32-bit integers
18              
19             =head1 SYNOPSIS
20              
21             use Devel::Deprecations::Environmental qw(Int32);
22              
23             =head1 AUTHOR, LICENCE and COPYRIGHT
24              
25             Copyright 2022 David Cantrell E<lt>F<david@cantrell.org.uk>E<gt>
26              
27             This software is free-as-in-speech software, and may be used, distributed, and
28             modified under the terms of either the GNU General Public Licence version 2 or
29             the Artistic Licence. It's up to you which one you use. The full text of the
30             licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively.
31              
32             =head1 CONSPIRACY
33              
34             This module is also free-as-in-mason software.
35              
36             =cut
37              
38              
39 0     0 1 0 1;