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

NAME

module-comparison - check perl module versions installed on servers.

VERSION

version 0.012

SYNOPSIS

    module-comparison --modules module-list.txt --live live-server.somedomain --staging quay.io/opusvl/somecontainer [--perl /opt/perl5/bin]
    module-comparison --modules module-list.txt --list quay.io/opusvl/somecontainer [--perl /opt/perl5/bin]
    module-comparison --modules - --list docker://somecontainer [--perl /opt/perl5/bin]

DESCRIPTION

Compare a list of perl modules on each server to see what is different.

AUTHOR

Colin Newell <colin@opusvl.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by OpusVL.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.