The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Task::BeLike::JMATES::WorkWorkWork - modules used by JMATES (for work)

SYNOPSIS

  # and likely also set in your ~/.cpan/CPAN/MyConfig.pm:
  #   'prerequisites_policy' => q[follow],
  export PERL_MM_USE_DEFAULT=1

  # install for whatever Perl cpan + environment points to
  cpan Task::BeLike::JMATES::WorkWorkWork

  # bring in a modern version of Perl due to $VENDOR at $WORK using a
  # version of perl last seen frolicking in the late Devonian
  unset PERL5LIB PERL_LOCAL_LIB_ROOT PERL_MB_OPT PERL_MM_OPT
  cd perl-5.16.3
  ./Configure -des -Dprefix=$HOME/usr/perl-5.16.3
  make test
  make install
  $HOME/usr/perl-5.16.3/bin/cpan Task::BeLike::JMATES::WorkWorkWork

DESCRIPTION

Modules used by JMATES for work (that is, not for fun).

HISTORY

See the git repository, and documentation on how the (public) git history is minimized in Task::BeLike::JMATES.

SEE ALSO

http://github.com/thrig/Task-BeLike-JMATES-WorkWorkWork, Task::BeLike::JMATES, Task::BeLike::JMATES::Play

AUTHOR

thrig - Jeremy Mates (cpan:JMATES) <jmates at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2013-2015 Jeremy Mates

This module is free software; you can redistribute it and/or modify it under the Artistic License (2.0).