PerlIO::via::Bastardize - PerlIO layer for bastardizing text


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 the Text::Bastardize manpage 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.

 PerlIO::via::Bastardize - PerlIO layer for bastardizing text