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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
CSS.pm version 1.09
=======================
Object-oriented access to cascading stylesheets.
NOTICE
Version 1.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:
Parse::RecDescent
Test::Simple
COPYRIGHT AND LICENCE
Copyright (C) 2001-2002 Allen Day <allenday@ucla.edu>
Copyright (C) 2003-2011 Cal Henderson <cal@iamcal.com>
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.
|