The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
DESCRIPTION
    Test::Compile is a Perl module that lets you check whether a Perl module
    or script compiles properly, and report its results in standard
    Test::Simple fashion. It can test all Perl modules in a distribution, as
    well as single module or script files.

DEPENDANCIES
    Requires perl v5.6.0, and
    * UNIVERSAL::require

INSTALLATION
    Standard process for building & installing modules:

      perl Build.PL
      ./Build
      ./Build test
      ./Build install

COPYRIGHT AND LICENSE
    Copyright 2007-2014.

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