line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Task::Biodiverse; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
229699
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
29
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
49
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = '3.2'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
__END__ |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Task::Biodiverse - Task to install Biodiverse dependencies. [DEPRECATED] |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This has been replaced by a cpanfile approach. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 SYNOPSIS |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
perl -MCPAN -e "install Task::Biodiverse" |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 DESCRIPTION |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Task to install Biodiverse dependencies. |
27
|
|
|
|
|
|
|
The L<Gnome2::Canvas> dependency does not install cleanly on all platforms so might |
28
|
|
|
|
|
|
|
need to be manually installed. |
29
|
|
|
|
|
|
|
See L<https://purl.org/biodiverse/wiki/Installation> for more details for your platform. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
See L<http://www.purl.org/biodiverse> for more details about Biodiverse itself. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 AUTHOR |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Shawn Laffan |