File Coverage

blib/lib/Task/Biodiverse/NoGUI.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Task::Biodiverse::NoGUI;
2              
3 1     1   172975 use strict;
  1         3  
  1         28  
4 1     1   5 use warnings;
  1         2  
  1         49  
5              
6             our $VERSION = '3.00';
7              
8              
9             1;
10              
11             __END__
12              
13             =head1 NAME
14              
15             Task::Biodiverse::NoGUI - Task to install Biodiverse dependencies for non-GUI use
16              
17             =head1 SYNOPSIS
18              
19             perl -MCPAN -e "install Task::Biodiverse::NoGUI"
20            
21              
22             =head1 DESCRIPTION
23              
24             Task file for Biodiverse dependencies for non-GUI use across all platforms.
25              
26             See L<Task::Biodiverse> for the additional libs needed by the GUI.
27              
28             See L<http://www.purl.org/biodiverse> for more details about Biodiverse itself.
29              
30              
31             =head1 AUTHOR
32              
33             Shawn Laffan
34