Skip to content

ikegami/perl-PerlIO-via-Normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerlIO-via-Normalize

Perform Unicode normalization on file handles using PerlIO layers

~~~desc~~~


INSTALLATION

To install this module, run the following commands:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install


DEPENDENCIES

This module requires these other modules and libraries:

    Module::Build               (For installation only)
    Software::License::CC0_1_0  (For installation only)

    Encode                      (For testing only)
    IO::Handle                  (For testing only)
    Test::More                  (For testing only)

    Perl 5.8
    Carp
    constant
    PerlIO::via
    Unicode::Normalize
    version


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc PerlIO::via::Normalize

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=PerlIO-via-Normalize

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/PerlIO-via-Normalize

    CPAN Ratings
        http://cpanratings.perl.org/d/PerlIO-via-Normalize

    Search CPAN
        http://search.cpan.org/dist/PerlIO-via-Normalize


COPYRIGHT AND LICENCE

No rights reserved.

The author has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.

Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.

About

Perform Unicode normalization on file handles using PerlIO layers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages