Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Memcached-libmemcached CPAN distribution.

Report information
The Basics
Id: 81752
Status: resolved
Priority: 0/
Queue: Memcached-libmemcached

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

Bug Information
Severity: Unimportant
Broken in: 0.4406
Fixed in: (no value)



Subject: =encoding utf-8 missing
It seems that the "=encoding utf8" Pod directive is missing at least for this page: http://search.cpan.org/~timb/Memcached-libmemcached-0.4406/src/libmemcached/docs/memslap.pod I did not check the other Pod files, but maybe it's a good idea to put it everywhere if you're using utf-8. Regards, Slaven
This issue is causing the install process to fail. I looked at the git repo, but it's not obvious how these POD files are built. It looks like the build process has been changed, but isn't yet fully functional. Would it be possible to get a new version uploaded with just a fix for this in place?
This is a little annoying, since it means you can't install this module from cpan without force installing, or adding =encoding utf8 to src/libmemcached/docs/memslap.pod (or deleting the offending utf8 character) anyway, here's a patch.
Subject: pod_utf8_encoding.patch
diff -rupN orig/src/libmemcached/docs/memslap.pod new/src/libmemcached/docs/memslap.pod --- orig/src/libmemcached/docs/memslap.pod 2010-10-21 13:43:36.000000000 +0000 +++ new/src/libmemcached/docs/memslap.pod 2013-06-11 17:50:06.681529747 +0000 @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME memslap - Load testing and benchmarking tool for memcached
I believe this is fixed in https://metacpan.org/release/TIMB/Memcached-libmemcached-1.001700_01 and later so I'm closing the ticket. Please reply if it's still a problem.