Codebase list libcss-minifier-xs-perl / debian/0.09-2
debian/0.09-2

Tree @debian/0.09-2 (Download .tar.gz)

CSS::Minifier::XS minifies CSS documents by removing un-necessary whitespace

Copyright (C) 2007-2010, Graham TerMarsch.  All Rights Reserved.

This is free software; you can redistribute it and/or modify it under the same
terms as Perl itself.

To install:
    perl Build.PL
    ./Build
    ./Build test
    ./Build install

or:
    perl Makefile.PL
    make
    make test
    make install