Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 91763
Status: resolved
Priority: 0/
Queue: Encode

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

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



Subject: POD errors
Please find attached a patch fixing POD errors as reported by newer pod2man. Cheers, Dominic
Subject: Encode-POD-fix.patch
diff -urN Encode-2.56/bin/enc2xs Encode-2.56.mine/bin/enc2xs --- Encode-2.56/bin/enc2xs 2013-09-14 07:52:09.000000000 +0000 +++ Encode-2.56.mine/bin/enc2xs 2013-12-31 17:11:56.000000000 +0000 @@ -1080,7 +1080,7 @@ =over 4 -=item 0. +=item 0.Z<> Have a .ucm file ready. You can get it from somewhere or you can write your own from scratch or you can grab one from the Encode distribution @@ -1091,7 +1091,7 @@ $ ls -F my.ucm -=item 1. +=item 1.Z<> Issue a command as follows; @@ -1114,7 +1114,7 @@ =over 4 -=item 1.1. +=item 1.1.Z<> If you want *.ucm installed together with the modules, do as follows; @@ -1124,20 +1124,20 @@ =back -=item 2. +=item 2.Z<> Edit the files generated. You don't have to if you have no time AND no intention to give it to someone else. But it is a good idea to edit the pod and to add more tests. -=item 3. +=item 3.Z<> Now issue a command all Perl Mongers love: $ perl Makefile.PL Writing Makefile for Encode::My -=item 4. +=item 4.Z<> Now all you have to do is make. @@ -1158,7 +1158,7 @@ how large your encoding is. Unless you are working on something big like euc-tw, it won't take too long. -=item 5. +=item 5.Z<> You can "make install" already but you should test first. @@ -1171,11 +1171,11 @@ Files=1, Tests=2, 0 wallclock secs ( 0.09 cusr + 0.01 csys = 0.09 CPU) -=item 6. +=item 6.Z<> If you are content with the test result, just "make install" -=item 7. +=item 7.Z<> If you want to add your encoding to Encode's demand-loading list (so you don't have to "use Encode::YourEncoding"), run
Thanks, applied. https://github.com/dankogai/p5-encode/commit/cf8256686b01c88604108fef2b15fb20819e0f9e Dan the Maintainer Thereof On Tue Dec 31 12:13:44 2013, DOM wrote: Show quoted text
> Please find attached a patch fixing POD errors as reported by newer pod2man. > > Cheers, > Dominic