☼ 林永忠 ☼ > PerlIO-via-Bastardize-0.01 > PerlIO::via::Bastardize

Download:
PerlIO-via-Bastardize-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

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.