We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using Perl::Tags::Naive on my system (http://hastebin.com/otemiyidar.vhdl) , I receive the following warnings:
This is (apparently) resolved by adding the following line to the Tags.pm source
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.
The text was updated successfully, but these errors were encountered: