Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 85835
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.38
Fixed in: 1.39



Subject: Test failure because of encoding issue
Hello, Trying to install the module failed because of an encoding issue: t/generated_app.t ................. 48/? # Failed test 'POD test for blib/lib/TestApp.pm' # at /usr/local/share/perl/5.14.2/Test/Pod.pm line 186. # blib/lib/TestApp.pm (67): Non-ASCII character seen before =encoding in 'S�bastien'. Assuming UTF-8 # Failed test 'POD test for blib/lib/TestApp/Model/MyModel.pm' # at /usr/local/share/perl/5.14.2/Test/Pod.pm line 186. # blib/lib/TestApp/Model/MyModel.pm (17): Non-ASCII character seen before =encoding in 'S�bastien'. Assuming UTF-8 # Failed test 'POD test for blib/lib/TestApp/View/MyView.pm' # at /usr/local/share/perl/5.14.2/Test/Pod.pm line 186. # blib/lib/TestApp/View/MyView.pm (17): Non-ASCII character seen before =encoding in 'S�bastien'. Assuming UTF-8 # Failed test 'POD test for blib/lib/TestApp/Controller/Root.pm' # at /usr/local/share/perl/5.14.2/Test/Pod.pm line 186. # blib/lib/TestApp/Controller/Root.pm (58): Non-ASCII character seen before =encoding in 'S�bastien'. Assuming UTF-8 # Failed test 'POD test for blib/lib/TestApp/Controller/MyController.pm' # at /usr/local/share/perl/5.14.2/Test/Pod.pm line 186. # blib/lib/TestApp/Controller/MyController.pm (33): Non-ASCII character seen before =encoding in 'S�bastien'. Assuming UTF-8 # Looks like you failed 5 tests of 10. # Failed test 'Generated app test: t/02pod.t' # at t/generated_app.t line 211. I guess it took my name from the environment, where it's written "Sébastien" ("é" is e-acute) in UTF-8. Regards -- Close the world, txEn eht nepO.
Fixed in Catalyst-Devel 1.39 (for UTF-8 locales, at least)