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

Changelog

libcss-minifier-xs-perl (0.07-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Fri, 06 May 2011 16:35:44 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
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-1build1.debian.tar.gz 2.1 KiB 2e8d5b945a59e9998863250dcc31d29e95b7877397c24ad829a40ef11e2200c6
libcss-minifier-xs-perl_0.07-1build1.dsc 2.2 KiB f5a6e1420010b8173e194eb6c3d51cb58ae26a092535f81b804db072834953cd

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.