Acme-Yoda
view release on metacpan or search on metacpan
lib/Acme/Yoda.pm view on Meta::CPAN
package Acme::Yoda;
use strict;
use Lingua::LinkParser;
BEGIN {
use vars qw ($VERSION);
$VERSION = 0.02;
}
########################################### main pod documentation begin ##
# Below is the stub of documentation for your module. You better edit it!
=head1 NAME
Acme::Yoda -
=head1 SYNOPSIS
use Acme::Yoda;
=head1 DESCRIPTION
Acme::Yoda translates back and forth from yoda speak.
=head1 USAGE
use Acme::Yoda;
my $y = Acme::Yoda->new();
my $translated = $y->yoda('I am your father');
my $back_again = $y->deyoda($translated)
=head1 BUGS
Right now Acme::Yoda does not handle contractions nor does it have a
comprehensive list of verbs.
You can only deyoda sentences you have yoda'ed, since I have no
reliable way to discern the subject of the sentence.
Both issues need to be fixed.
=head1 SUPPORT
email me if you need help.
=head1 AUTHOR
Christian Brink
GREP
cbrink@flylines.org
http://www.yoda-speak.org
=head1 COPYRIGHT
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the
LICENSE file included with this module.
=head1 SEE ALSO
perl(1).
( run in 1.581 second using v1.01-cache-2.11-cpan-0fb53d1c279 )