CSS::Moonfall 0.04

Moonfall is an application for the dynamic generation of CSS. The problem it solves is making CSS more programmable. The most basic usage is to define variables within CSS (e.g., so similar elements can have their common color defined in one and only one place). CSS::Moonfall aims to be a faithful port from Lua to Perl.

See http://moonfall.org/ for more details.

MAJOR CHANGES

0.03: support balanced brackets
0.01: first version

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc CSS::Moonfall

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/CSS-Moonfall

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=CSS-Moonfall

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/CSS-Moonfall

CPAN Ratings:

http://cpanratings.perl.org/d/CSS-Moonfall

COPYRIGHT AND LICENSE

Copyright (C) 2007 Shawn M Moore

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