The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::CorpusScrambler - An Acme way doing Lorem Ipsum.

VERSION

version 0.02

SYNOPSIS

    use Acme::CorpusScrambler;

    my $foo = Acme::CorpusScrambler->new();
    my $text = $foo->scramble;

FUNCTIONS

new

Object constructor, no parameters required.

feed( $keyword => $corpus )

Feeds the $corpus to object, indexed by $keyword. The corpus is used latter as scrambling material.

scramble( @keyword )

Generate a piece of lipsum text accroding to @keyword. If you didn't feed any corpus before with feed() method, it will use Text::Greeking::zh_TW's default corpus.

AUTHOR

Kang-min Liu <gugod at gugod.org>

shelling <navyblueshellingford at gmail.com>

BUGS

Please report any bugs or feature requests to bug-acme-scrambledcorpus at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CorpusScrambler. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Acme::CorpusScrambler

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2007 Kang-min Liu, shelling, all rights reserved.

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