line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Task::BeLike::JMATES::Play; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
15294
|
use 5.010000; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
51
|
|
4
|
1
|
|
|
1
|
|
5
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
44
|
|
5
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
38
|
|
6
|
|
|
|
|
|
|
our $VERSION = '0.11'; |
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 by Jeremy Mates |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify it |
47
|
|
|
|
|
|
|
under the same terms as Perl itself, either Perl version 5.16 or, at |
48
|
|
|
|
|
|
|
your option, any later version of Perl 5 you may have available. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=cut |