File Coverage

blib/lib/Task/Biodiverse.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;
2              
3 1     1   166060 use strict;
  1         3  
  1         30  
4 1     1   5 use warnings;
  1         2  
  1         53  
5              
6             our $VERSION = '3.00';
7              
8              
9             1;
10              
11             __END__
12              
13             =head1 NAME
14              
15             Task::Biodiverse - Task to install Biodiverse dependencies.
16              
17              
18             =head1 SYNOPSIS
19              
20             perl -MCPAN -e "install Task::Biodiverse"
21              
22              
23             =head1 DESCRIPTION
24              
25             Task to install Biodiverse dependencies.
26             The L<Gnome2::Canvas> dependency does not install cleanly on all platforms so might
27             need to be manually installed.
28             See L<https://purl.org/biodiverse/wiki/Installation> for more details for your platform.
29              
30             See L<http://www.purl.org/biodiverse> for more details about Biodiverse itself.
31              
32             =head1 AUTHOR
33              
34             Shawn Laffan