The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.