NAME
PerlIO::via::Bastardize - PerlIO layer for bastardizing text
SYNOPSIS
use PerlIO::via::Bastardize method => 'pig';
binmode(STDOUT, ":via(Bastardize)") or die;
print "I am bastard!";
DESCRIPTION
This module is a PerlIO layer for Text::Bastardize. See also Text::Bastardize for detail.
COPYRIGHT
xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.