libextutils-builder-perl 0.011-1 source package in Ubuntu

Changelog

libextutils-builder-perl (0.011-1) unstable; urgency=medium

  * Import upstream version 0.011.

 -- gregor herrmann <email address hidden>  Fri, 09 Aug 2024 19:29:56 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libextutils-builder-perl_0.011-1.dsc 2.5 KiB 326cd5d649f919664112d0be567cd94cc5bade8e2c4ae675be01589d2392ce5d
libextutils-builder-perl_0.011.orig.tar.gz 26.1 KiB eb9c105012e319da8ce6d2f9d7e272acc9da485ea68b22fdd557d6853afcec83
libextutils-builder-perl_0.011-1.debian.tar.xz 1.9 KiB 69cf3c30238acf47677a051eb7de8263a759199b2bd08fc72ba62df7c7206a55

Available diffs

No changes file available.

Binary packages built by this source

libextutils-builder-perl: ExtUtils::Builder Plan framework

 Writing extensions for various build tools can be a daunting task.
 ExtUtils::Builder tries to abstract steps of build processes into reusable
 building blocks for creating platform and build system agnostic executable
 descriptions of work.
 .
 The ExtUtils::Builder Plan framework includes Actions, Nodes and Plans.
 .
 Actions are the cornerstone of the ExtUtils::Builder framework. They provide
 an interface between build tools (e.g. ExtUtils::MakeMaker,
 Module::Build, ...) and building extensions. This allows producing and
 consuming sides to be completely independent from each other. It is a
 flexible abstraction around pieces of work, this work can be a piece of perl
 code, an external command, a mix of those or possibly other things.
 .
 Nodes are composite Actions.
 .
 Plans are the equivalent of a (piece of a) Makefile. They are a bunch of
 nodes that should interconnect.