File Coverage

blib/lib/Task/BeLike/JMATES/Play.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             package Task::BeLike::JMATES::Play;
2              
3 1     1   16585 use 5.010000;
  1         3  
  1         42  
4 1     1   5 use strict;
  1         1  
  1         35  
5 1     1   3 use warnings;
  1         1  
  1         45  
6             our $VERSION = '0.14';
7              
8             1;
9             __END__
10              
11             =head1 NAME
12              
13             Task::BeLike::JMATES::Play - modules used by JMATES (not for work)
14              
15             =head1 SYNOPSIS
16              
17             # and likely also set in your ~/.cpan/CPAN/MyConfig.pm:
18             # 'prerequisites_policy' => q[follow],
19             export PERL_MM_USE_DEFAULT=1
20              
21             # install for whatever Perl cpan + environment points to
22             cpan Task::BeLike::JMATES::Play
23              
24             =head1 DESCRIPTION
25              
26             Modules used by JMATES not for work (that is, for fun).
27              
28             =head1 HISTORY
29              
30             See the git repository, and documentation on how the (public) git
31             history is minimized in L<Task::BeLike::JMATES>.
32              
33             =head1 SEE ALSO
34              
35             L<http://github.com/thrig/Task-BeLike-JMATES-Play>,
36             L<Task::BeLike::JMATES>, L<Task::BeLike::JMATES::WorkWorkWork>
37              
38             =head1 AUTHOR
39              
40             thrig - Jeremy Mates (cpan:JMATES) C<< <jmates at cpan.org> >>
41              
42             =head1 COPYRIGHT AND LICENSE
43              
44             Copyright (C) 2013-2015 Jeremy Mates
45              
46             This module is free software; you can redistribute it and/or modify it
47             under the Artistic License (2.0).
48              
49             =cut