Perl
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
lib | ||
|
|
t | ||
|
|
Changes | ||
|
|
MANIFEST | ||
|
|
Makefile.PL | ||
|
|
README | ||
|
|
atrule.pl | ||
|
|
coverage.pl | ||
|
|
css.pl | ||
|
|
demo.pl | ||
|
|
docs.pl | ||
|
|
huge.pl | ||
|
|
it.pl | ||
|
|
simple.pl | ||
README
CSS.pm version 2.00 ======================= Object-oriented access to cascading stylesheets. NOTICE Version 2.00 onwards of this modules is * NOT BACKWARDS COMPATIBLE * with previous versions. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Test::Simple COPYRIGHT AND LICENCE Copyright (C) 2001-2002 Allen Day <allenday@ucla.edu> Copyright (C) 2003-2010 Cal Henderson <cal@iamcal.com> The source for this module can be found on github: https://github.com/iamcal/perl-CSS CSS.pm is dual licensed under the same terms as Perl itself. This means at your choice, either the Perl Artistic License, or the GNU GPL version 1 or higher.