The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
README for PerlIO::via::Base64

PerlIO layer that handles automatic conversion from and to Base64 (MIME)
format.  Intended to be used while opening a file with the ":via()" PerlIO
layer.

Copyright (c) 2002,2003,2009 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Version:
 0.08

Required Modules:
 MIME::Base64 (any)

perl Makefile.PL
make
make test
make install