libextutils-cbuilder-perl 0.280223-1 source package in Ubuntu

Changelog

libextutils-cbuilder-perl (0.280223-1) unstable; urgency=medium

  * Imported Upstream version 0.280223
    Closes:  #788266 -- uninstallable with perl 5.22
  * bump years of upstream copyright

 -- Damyan Ivanov <email address hidden>  Fri, 12 Jun 2015 11:02:53 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libextutils-cbuilder-perl_0.280223-1.dsc 2.3 KiB d3ce5d2bd1461f0e37d095057cf99ac26dceefd0f4eff7b5b248ee2fa734f747
libextutils-cbuilder-perl_0.280223.orig.tar.gz 38.7 KiB 116cb3ec29f42d9d03c1b06eb5c7382ae121f32e83b73fd8fc226c6275f15a33
libextutils-cbuilder-perl_0.280223-1.debian.tar.xz 4.2 KiB 78df9e36112f78c435a3c7f05ad9ac78677b12a1984d41d55c9357a4f511ba00

Available diffs

No changes file available.

Binary packages built by this source

libextutils-cbuilder-perl: module to compile and link C code for Perl modules

 ExtUtils::CBuilder is a utility to portably build C code by invoking the
 appropriate compilers and linkers. It provides a cross-platform way to build
 Perl XS modules, which contain C code that needs to be built and dynamically
 linked to Perl.
 .
 Though motivated by the Module::Build project, it may be useful for other
 purposes as well. However, this module is not intended as a general interface
 for all C building needs.