File Coverage

blib/lib/Task/XNLSoar/Graphing.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             #
2             # This file is part of Task-XNLSoar-Graphing
3             #
4             # This software is copyright (c) 2012 by Nathan Glenn.
5             #
6             # This is free software; you can redistribute it and/or modify it under
7             # the same terms as the Perl 5 programming language system itself.
8             #
9             package Task::XNLSoar::Graphing;
10             # ABSTRACT: BUNDLE ALL MODULES NECESSARY FOR XNL-SOAR GRAPHING
11 1     1   79664 use strict;
  1         2  
  1         39  
12 1     1   5 use warnings;
  1         2  
  1         28  
13 1     1   50 use 5.010;
  1         9  
  1         70  
14              
15             our $VERSION = '0.03'; # VERSION
16              
17             1;
18              
19             __END__
20              
21             =pod
22              
23             =head1 NAME
24              
25             Task::XNLSoar::Graphing - BUNDLE ALL MODULES NECESSARY FOR XNL-SOAR GRAPHING
26              
27             =head1 VERSION
28              
29             version 0.03
30              
31             =head1 SYNOPSIS
32              
33             perl -MCPANPLUS -e 'install Task::XNLSoar::Graphing'
34              
35             =head1 DESCRIPTION
36              
37             This task is merely a placeholder to pull all modules necessary for XNL-Soar graphing in one go.
38              
39             =head1 TASK CONTENTS
40              
41             =head2 Required modules
42              
43             =head3 L<Soar::WM> 0.03
44              
45             =head3 L<opts>
46              
47             =head3 L<Path::Class>
48              
49             =head2 Install only to retrieve prerequisites
50              
51             =head3 L<GraphViz>
52              
53             =head2 Only necessary if you want JSON graphing
54              
55             =head3 L<JSON::XS>
56              
57             =head1 AUTHOR
58              
59             Nathan Glenn <garfieldnate@gmail.com>
60              
61             =head1 COPYRIGHT AND LICENSE
62              
63             This software is copyright (c) 2012 by Nathan Glenn.
64              
65             This is free software; you can redistribute it and/or modify it under
66             the same terms as the Perl 5 programming language system itself.
67              
68             =cut