libcss-minifier-perl 0.01-4 source package in Ubuntu

Changelog

libcss-minifier-perl (0.01-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 30 Nov 2022 01:10:44 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcss-minifier-perl_0.01-4.dsc 2.1 KiB 0fc0b7f7a921fd1b08198410cff42d4e6b18e92d2fcee0cd55669975fca26ffd
libcss-minifier-perl_0.01.orig.tar.gz 5.1 KiB d0a9349b8e8b7e83ab70cf8854cfbb42ff29c1f6c7c8298f2257dd21aa0c7fef
libcss-minifier-perl_0.01-4.debian.tar.xz 2.7 KiB 17cff49c531f486ad136eb2449e6baf4e7dad0a97f34fb7bdd543f3fdd11e49c

Available diffs

No changes file available.

Binary packages built by this source

libcss-minifier-perl: Perl extension for minifying CSS

 CSS::Minifier removes unnecessary whitespace from CSS. The primary
 requirement developing this module is to not break working stylesheets: if
 working CSS is in input then working CSS is output. The Mac/Internet Explorer
 comment hack will be minimized but not stripped and so will continue to
 function.
 .
 This module understands space, horizontal tab, new line, carriage return, and
 form feed characters to be whitespace. Any other characters that may be
 considered whitespace are not minimized. These other characters include
 paragraph separator and vertical tab.
 .
 For static CSS files, it is recommended that you minify during the build
 stage of web deployment. If you minify on-the-fly then it might be a good
 idea to cache the minified file. Minifying static files on-the-fly repeatedly
 is wasteful.