libppi-xs-perl 0.901-1build2 source package in Ubuntu

Changelog

libppi-xs-perl (0.901-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:10:25 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libppi-xs-perl_0.901.orig.tar.gz 65.7 KiB 8f779fe06f81d07a07b439ea40e13ca69c85d37a2ff976d5ecf966d3b9fb8508
libppi-xs-perl_0.901-1build2.diff.gz 2.4 KiB dd2d1bf845b45e4221b528457a77f0bee609c9594651b2b6e599e089d23d77c7
libppi-xs-perl_0.901-1build2.dsc 2.0 KiB 136d5e55760a5c6b0a520aacc7c15a3cdd133cc1fd7011c6fa3171cd71eebd7b

Available diffs

View changes file

Binary packages built by this source

libppi-xs-perl: Perl module to accelerate the Perl Parsing Interface (PPI)

 PPI::XS provides XS-based acceleration of the core PPI packages. It
 selectively replaces a (small but growing) number of methods throughout PPI
 with identical but much faster C versions.
 .
 Once installed, it will be auto-detected and loaded in by PPI completely
 transparently. The integration between the primary (Perl) implementation and
 the XS-accelerated version are designed to degrade gracefully if they fall out
 of sync -- the Perl version is preferred over the XS version.