Skip to content

egiles/test-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    * version
    * parent
    * Exporter

INSTALLATION
    Standard process for building & installing modules:

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

COPYRIGHT AND LICENSE
    Copyright 2007-2023.

    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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages