This is Perl module CSS::Parse::Packed.

INSTALLATION

CSS::Parse::Packed installation is straightforward. If your CPAN shell is set up, you should just be able to do

% cpan CSS::Parse::Packed

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

CSS::Parse::Packed documentation is available as in POD. So you can do:

% perldoc CSS::Parse::Packed

to read the documentation online with your favorite pager.

DEPENDENCIES

This module requires these other modules and libraries:

CSS

COPYRIGHT AND LICENCE

Copyright (C) 2007, Hiroshi Sakai

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