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

NAME

Acme::Hoge - Replace "foo" in output with "hoge".

VERSION

Version 0.03

SYNOPSIS

    use Acme::Hoge;

    print "foo bar baz foobar\n";
    # hoge fuga piyo hogefuga

    print "sidebar\n";
    # sidebar
    # (not be rewritten)

DESCRIPTION

Acme::Hoge replaces some words in output.

If you output "foo", it will be rewritten as "hoge".

And "bar" will be "fuga", "baz" will be "piyo" and so on.

FUNCTIONS

There is no function.

AUTHOR

Hogeist, <mahito at cpan.org>, http://www.ornithopter.jp/

BUGS

Please report any bugs or feature requests to bug-acme-hoge at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Hoge. 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::Hoge

You can also look for information at:

ACKNOWLEDGEMENTS

SEE ALSO

Output::Rewrite

COPYRIGHT & LICENSE

Copyright 2006 Hogeist, all rights reserved.

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