File: README

package info (click to toggle)
libtest-compile-perl 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 816; makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.