Encode-compat

 view release on metacpan or  search on metacpan

lib/Encode/compat.pm  view on Meta::CPAN

Encode::compat - Encode.pm emulation layer

=head1 VERSION

This document describes version 0.07 of Encode::compat, released
June 3, 2004.

=head1 SYNOPSIS

    use Encode::compat; # a no-op for Perl v5.7.1+
    use Encode qw(...); # all constants and imports works transparently

    # use Encode functions as normal

=head1 DESCRIPTION

WARNING: THIS IS A PROOF-OF-CONCEPT.  Most functions are incomplete.
All implementation details are subject to change!

This module provide a compatibility layer for B<Encode.pm> users on perl
versions earlier than v5.7.1.  It translates whatever call it receives



( run in 0.631 second using v1.01-cache-2.11-cpan-0a6323c29d9 )