Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown PerlIO layer "encoding" #5

Open
dbcooper opened this issue Jan 22, 2016 · 0 comments
Open

Unknown PerlIO layer "encoding" #5

dbcooper opened this issue Jan 22, 2016 · 0 comments

Comments

@dbcooper
Copy link

When using Perl::Tags::Naive on my system (http://hastebin.com/otemiyidar.vhdl) , I receive the following warnings:

Unknown PerlIO layer "encoding" at /usr/local/share/perl/5.14.2/Perl/Tags.pm line 213.

This is (apparently) resolved by adding the following line to the Tags.pm source

use PerlIO::encoding;

I don't know what else this might mess up so I'm reporting this as an issue rather than a source modification. Diff(1) output follows.

106a107
> use PerlIO::encoding;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant