File Coverage

blib/lib/App/hopen/T/Gnu.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             # App::hopen::T::Gnu - GNU toolset
2             package App::hopen::T::Gnu;
3 1     1   493 use Data::Hopen;
  1         2  
  1         60  
4 1     1   6 use strict;
  1         2  
  1         20  
5 1     1   6 use Data::Hopen::Base;
  1         2  
  1         6  
6              
7             our $VERSION = '0.000011';
8              
9             #use parent 'Data::Hopen::TODO';
10             #use Class::Tiny qw(TODO);
11              
12             # Docs {{{1
13              
14             =head1 NAME
15              
16             Data::Hopen::T::Gnu - GNU toolset for hopen
17              
18             =head1 SYNOPSIS
19              
20             This toolset supports any compiler that will accept gcc(1) options, and any
21             linker that will accept GNU ld(1) options.
22              
23             =cut
24              
25             # }}}1
26              
27             1;
28             __END__
29             # vi: set fdm=marker: #