Darren Duncan <[EMAIL PROTECTED]> writes: > For a context, my most recent CPAN upload is > http://search.cpan.org/~duncand/Locale-KeyedText-1.01_1/ and its POD > sections start out with the "=encoding utf8" command paragraph.
> I tested this distro and it passes its test suite fine, both under Perl > 5.8.1RC3 and Perl 5.8.6. However, under both the 'make' stage gives the > following error when manifying the POD: > Manifying blib/man3/Locale::KeyedText.3 > lib/Locale/KeyedText.pm:10: Unknown command paragraph "=encoding utf8" > Now, the line that is being flagged is identical to both the online > perlpod documentation and an example given on the perl-unicode list. So > what is the problem here? pod2man doesn't use Pod::Simple and doesn't support =encoding yet. A version that does use Pod::Simple has been finished, and I'll release it immediately after the next Pod::Simple release (which adds an additional feature that I'd like to use). -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
