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   13028 use 5.010000;
  1         2  
  1         25  
4 1     1   3 use strict;
  1         5  
  1         24  
5 1     1   3 use warnings;
  1         2  
  1         31  
6             our $VERSION = '0.06';
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             thrig - Jeremy Mates (cpan:JMATES) C<< <jmates at cpan.org> >>
50              
51             =head1 COPYRIGHT AND LICENSE
52              
53             Copyright (C) 2013-2015 Jeremy Mates
54              
55             This module is free software; you can redistribute it and/or modify it
56             under the Artistic License (2.0).
57              
58             =cut