1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libcss-squish-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl,
libtest-longstring-perl, liburi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>, Ryan Niebur <ryan@debian.org>,
Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/CSS-Squish/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-squish-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-squish-perl/
Package: libcss-squish-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl
Description: module to compact many CSS files into one big file
CSS::Squish is a Perl module that takes a list of CSS files and concatenates
them, honouring any valid @import statements included in the files, following
the CSS 2.1 specification. Media-specific @import statements will be honoured
by enclosing the included file in a @media rule.
.
Future versions may include methods to compact whitespace and other parts of
the CSS itself, but this functionality is not yet supported.
|