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

Specify POD character encoding (UTF-8) #47

Merged
merged 1 commit into from
Mar 28, 2014

Conversation

olof
Copy link
Contributor

@olof olof commented Mar 28, 2014

This fixes a test failure of Test::Pod, at least on Perl 5.18 (Test::Pod 1.48):

t/pod.t ........... 1/7
#   Failed test 'POD test for blib/lib/WWW/YoutubeViewer.pm'
#   at /usr/share/perl5/Test/Pod.pm line 186.
Wide character in print at /usr/share/perl/5.18/Test/Builder.pm line 1759.
# blib/lib/WWW/YoutubeViewer.pm (1981): Non-ASCII character seen before =encoding in 'Șuteu,'. Assuming UTF-8

This fixes a test failure of Test::Pod, at least on Perl 5.18:

 t/pod.t ........... 1/7
 #   Failed test 'POD test for blib/lib/WWW/YoutubeViewer.pm'
 #   at /usr/share/perl5/Test/Pod.pm line 186.
 Wide character in print at /usr/share/perl/5.18/Test/Builder.pm line 1759.
 # blib/lib/WWW/YoutubeViewer.pm (1981): Non-ASCII character seen before =encoding in 'Șuteu,'. Assuming UTF-8
trizen pushed a commit that referenced this pull request Mar 28, 2014
Specify POD character encoding (UTF-8)
@trizen trizen merged commit d4adef6 into trizen:master Mar 28, 2014
@trizen
Copy link
Owner

trizen commented Mar 28, 2014

Merged. Thanks!

@olof olof deleted the topic/pod_test_fail_utf8 branch March 29, 2014 17:27
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

Successfully merging this pull request may close these issues.

2 participants