pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Module-Build-Tiny



Module Name:    pkgsrc
Committed By:   sno
Date:           Wed Jul  3 07:13:42 UTC 2013

Added Files:
        pkgsrc/devel/p5-Module-Build-Tiny: DESCR Makefile distinfo

Log Message:
Adding package for CPAN distribution Module-Build-Tiny version 0.024 into
devel/p5-Module-Build-Tiny.

Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module
provides a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less
than 120, yet supports the features needed by most distributions.

Supported
    * Pure Perl distributions
    * Building XS or C
    * Recursive test files
    * MYMETA
    * Man page generation
    * Generated code from PL files

Not Supported
    * Dynamic prerequisites
    * HTML documentation generation
    * Extending Module::Build::Tiny

Directory structure

Your .pm and .pod files must be in lib/. Any executables must be in script/.
Test files must be in t/.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Module-Build-Tiny/DESCR \
    pkgsrc/devel/p5-Module-Build-Tiny/Makefile \
    pkgsrc/devel/p5-Module-Build-Tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index