Skip Menu |

This queue is for tickets about the Text-Sass CPAN distribution.

Report information
The Basics
Id: 77718
Status: resolved
Priority: 0/
Queue: Text-Sass

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

Bug Information
Severity: Normal
Broken in: 0.95
Fixed in: (no value)



Subject: Encoding bug in pod
Recent Pod::Simple warns when it encounters a non-ascii character in pod that has no =encoding directive. Diagnostics with Text-Sass-0.95: # Failed test 'POD test for blib/lib/Text/Sass/Functions.pm' # at /home/src/perl/repoperls/installed-perls/perl/v5.16.0/127e/lib/site_perl/5.16.0/Test/Pod.pm line 182. # blib/lib/Text/Sass/Functions.pm (458): Non-ASCII character seen before =encoding in 'Bj�rn-Olav'. Assuming UTF-8 # Looks like you failed 1 test of 4. t/00-pod.t ................................ Sample fail report: http://www.cpantesters.org/cpan/report/4cf8793a-b082-11e1-97c7-61ff39f89482 There's some discussion about this recent development at http://blogs.perl.org/users/al berto_simoes/2012/06/cpan-is-a ll-broken-now.html HTH&&Regards,
Added =encoding in pod for Text::Sass Text::Sass::Expr and Text::Sass::Functions in 0.96. Should be happy now. Thanks for the report. R.