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   236880 use strict;
  1         3  
  1         31  
4 1     1   6 use warnings;
  1         2  
  1         51  
5              
6             our $VERSION = '3.2';
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 [DEPRECATED]
16              
17             This has been replaced by a cpanfile approach.
18              
19             =head1 SYNOPSIS
20              
21             perl -MCPAN -e "install Task::Biodiverse::NoGUI"
22            
23              
24             =head1 DESCRIPTION
25              
26             Task file for Biodiverse dependencies for non-GUI use across all platforms.
27              
28             See L<Task::Biodiverse> for the additional libs needed by the GUI.
29              
30             See L<http://www.purl.org/biodiverse> for more details about Biodiverse itself.
31              
32              
33             =head1 AUTHOR
34              
35             Shawn Laffan
36