andychilton / phliky

A small lightweight and consistent text->html markup language

This URL has Read+Write access

phliky /
name age message
file .cil Loading commit data...
file Changes
file MANIFEST
file Makefile.PL
file README
directory bin/
directory debian/
directory issues/
directory lib/
directory t/
README
Text::Phliky

text2html()     This is the only function required. You can use is as a
                class function or an instance method. You may pass it
                a string or an array of strings. It will return whatever
                was asked for, a scalar or array - it checks the context.

To install :

perl Makefile.PL
make
make test
make install

Copyright (c) 2006 Andrew Chilton <andychilton@gmail.com>.

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