libextutils-xspp-perl 0.1602-3 source package in Ubuntu

Changelog

libextutils-xspp-perl (0.1602-3) unstable; urgency=low

  * Remove debian/source/local-options; abort-on-upstream-changes and
    unapply-patches are default in dpkg-source since 1.16.1.
  * Swap order of alternative (build) dependencies after the perl 5.14
    transition.
    Closes: #652760
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 02:33:30 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libextutils-xspp-perl_0.1602.orig.tar.gz 169.6 KiB 3f54ebc00ee663fb014db9970ce789e1a4152caa5ef96212c567678339a3f78f
libextutils-xspp-perl_0.1602-3.debian.tar.gz 3.0 KiB b6197f6ae88916860a3c84d9ace7554ce83bdf509978b88412bb2922391a870f
libextutils-xspp-perl_0.1602-3.dsc 2.3 KiB 09ecee8c0402d2253c0dfb7d09d1546dca5ac2b4e3e268383dd941b426cef828

Available diffs

View changes file

Binary packages built by this source

libextutils-xspp-perl: module for using Perl XS with C++ code

 ExtUtils::XSpp is a Perl module that implements XS++, a thin layer on top of
 plain XS designed to support C++ code. It allows developers to easily write
 Perl bindings to C++ code by compiling code using the XS++ preprocessor
 `xspp' instead of the normal XS preprocessor `xsubpp'.