App-Mowyw
view release on metacpan or search on metacpan
script/mowyw view on Meta::CPAN
If something isn't clear to you, please take a look into the C<README> file
and the examples in the source tarball. If that doesn't answer your questions,
don't hesitate to contact the author.
The official website can be found here:
L<http://perlgeek.de/en/software/mowyw>.
=head1 BUGS AND LIMITATIONS
o
mowyw was written to get its author's job done, and it does that well. While
it was written with generality in mind, there are still some restrictions that
were accepted as a tradeoff for simplicity.
=over
=item
Error messages from the lexer and parser aren't very useful for the uninitiated,
though the line
number makes it pretty obvious where to search for for the error.
=item
Disk space: mowyw keeps two complete copies of a project on disk, the
source files and the resulting online files. This might not be optimal, and
consumes unnecessary space for files that are not processed anyway.
=item
Memory: mowyw is written in Perl, which is not know to be terribly memory
efficient. Additionally it slurps the files into memory before parsing,
which isn't terribly efficient either. But it's simple, and if it's not
enough for you, go get a bigger machine (or contribute a stream tokenizer
and parser).
=item
There are some limitations due to multi-pass parsing. For example you can't
include the string C<%]> in SQL statements, because it is considered to be a
tag closer by the lexer. A future rewrite might change that.
=back
=head1 AUTHOR
Written by Moritz Lenz, L<http://perlgeek.de/>, L<mailto:moritz@faui2k3.org>.
=head1 COPYRIGHT AND LICENSE
Copyright 2006 - 2011 by Moritz Lenz.
This is free software. You may redistribute copies of it under the terms
of the Artistic License 2 as published by The Perl Foundation.
(If this license is not permissive enough for you, please contact the author).
There is NO WARRANTY, to the extent permitted by law.
=cut
# vim: sw=4 ts=4 expandtab
( run in 0.896 second using v1.01-cache-2.11-cpan-5b529ec07f3 )