File Coverage

blib/lib/Task/BeLike/JMATES/WorkWorkWork.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::WorkWorkWork;
2              
3 1     1   28814 use 5.010000;
  1         4  
  1         43  
4 1     1   7 use strict;
  1         10  
  1         44  
5 1     1   6 use warnings;
  1         2  
  1         58  
6             our $VERSION = '0.04';
7              
8             1;
9             __END__
10              
11             =head1 NAME
12              
13             Task::BeLike::JMATES::WorkWorkWork - modules used by JMATES (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::WorkWorkWork
23              
24             # bring in a modern version of Perl due to $VENDOR at $WORK using a
25             # version of perl last seen frolicking in the late Devonian
26             unset PERL5LIB PERL_LOCAL_LIB_ROOT PERL_MB_OPT PERL_MM_OPT
27             cd perl-5.16.3
28             ./Configure -des -Dprefix=$HOME/usr/perl-5.16.3
29             make test
30             make install
31             $HOME/usr/perl-5.16.3/bin/cpan Task::BeLike::JMATES::WorkWorkWork
32              
33             =head1 DESCRIPTION
34              
35             Modules used by JMATES for work (that is, not for fun).
36              
37             =head1 HISTORY
38              
39             See the git repository, and documentation on how the (public) git
40             history is minimized in L<Task::BeLike::JMATES>.
41              
42             =head1 SEE ALSO
43              
44             L<http://github.com/thrig/Task-BeLike-JMATES-WorkWorkWork>,
45             L<Task::BeLike::JMATES>, L<Task::BeLike::JMATES::Play>
46              
47             =head1 AUTHOR
48              
49             Jeremy Mates, E<lt>jmates@cpan.orgE<gt>
50              
51             =head1 COPYRIGHT AND LICENSE
52              
53             Copyright (C) 2013 by Jeremy Mates
54              
55             This library is free software; you can redistribute it and/or modify it
56             under the same terms as Perl itself, either Perl version 5.16 or, at
57             your option, any later version of Perl 5 you may have available.
58              
59             =cut