Filter::Encoding, version 0.01
This module provides a simple source filter that lets you write your
code in any ASCII-based encoding.
INSTALLATION
The easiest way to install this module is to use the CPAN module or
the cpan script:
[sudo] perl -MCPAN -e "install Filter::Encoding"
[sudo] cpan Filter::Encoding
Or you can use the following:
perl Makefile.PL
make
make test
[sudo] make install
DEPENDENCIES
This module requires perl 5.8.0 or later.
DOCUMENTATION
After installing, you can find documentation for these modules with
the perldoc command.
perldoc Filter::Encoding
Or try using man (it's faster, in my experience):
man Filter::Encoding
COPYRIGHT AND LICENCE
Copyright © 2016 Father Chrysostomos
This program is free software; you may redistribute it, modify it (or
both) under the same terms as perl.