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

  Test::ModuleVersion - Module Version Test Generator

INSTALLATION

  cpan Test::ModuleVersion

SYNOPSYS

  my $tm = Test::ModuleVersion->new;
  print $tm->test_script;

DESCRIPTION

  Test::ModuleVersion is test script creater to check module version.
  Many people think that it is difficult to check module version
  between development environment and  production environment.
  
  Test::ModuleVersion help you.
  
  1. create test script to check module version in development environment.
  2. move the test script to production environment.
  3. run test in production environment to know module difference.

LICENSE AND COPYRIGHT

  Copyright (C) 2012 Yuki Kimoto

  This program is free software; you can redistribute it and/or modify it
  under the terms of either: the GNU General Public License as published
  by the Free Software Foundation; or the Artistic License.

  See http://dev.perl.org/licenses/ for more information.