dboehmer / test-compile

Check whether Perl module files compile correctly

Home Page:https://metacpan.org/pod/Test::Compile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESCRIPTION
    Test::Compile is a Perl module that lets you check whether Perl modules
    or scripts compile properly, and report its results in standard
    Test::Simple fashion. It can test all Perl files in a distribution, or
    individual files.

DEPENDENCIES
    Requires perl v5.10.0, plus
    * UNIVERSAL::require
    * version
    * parent
    * Exporter

INSTALLATION
    Standard process for building & installing modules:

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

COPYRIGHT AND LICENSE
    Copyright 2007-2020.

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

About

Check whether Perl module files compile correctly

https://metacpan.org/pod/Test::Compile

License:Other


Languages

Language:Perl 99.7%Language:Raku 0.2%Language:Shell 0.1%