libcss-minifier-xs-perl 0.07-1build2 source package in Ubuntu

Changelog

libcss-minifier-xs-perl (0.07-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 13:42:49 +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

Downloads

File Size SHA-256 Checksum
libcss-minifier-xs-perl_0.07.orig.tar.gz 11.8 KiB 2f41a2763c9ba1db616059d51757d7270195cb8485e849b9870799117e00dbde
libcss-minifier-xs-perl_0.07-1build2.debian.tar.gz 1.9 KiB dab1e058a9abdd0a723ef5ed8a14b31e7a0379bf8956888840eaf353497f22d3
libcss-minifier-xs-perl_0.07-1build2.dsc 2.2 KiB 8189394101cc1053c493ac5819381e71a97853cf4ba064c4eb01f111fbe8db0d

Available diffs

View changes file

Binary packages built by this source

libcss-minifier-xs-perl: XS based CSS minifier

 CSS::Minifier::XS is a CSS "minifier"; its designed to remove un-necessary
 whitespace and comments from CSS files, while also not breaking the CSS.
 .
 CSS::Minifier::XS is similar in function to CSS::Minifier, but is
 substantially faster as its written in XS and not just pure Perl.