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

NAME

Module::Version::Compare - acquired the version of installed perl Module by more than one host.

SYNOPSIS

  use Module::Version::Compare;
  my $ver    = Module::Version::Compare->new($config);
  my $result = $ver->do_compare();

DESCRIPTION

Module::Version::Compare is acquire module the version of installed perl Module by more than one host.

This module is available in the server time connected in OpenSSH.

METHODS

new()

do_compare()

AUTHOR

Kazuhiko Yamakura <yamakura@cpan.org>

LICENSE

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

SEE ALSO