On Tuesday 14 December 2004 20:54, Darren Duncan wrote: > 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"
Do you get an error or a warning? Does the installation fail? If I am right, you just get a warning because pod2man (or any other tool you happend to be using to do the conversion) doesn support '=encoding utf8'. I get the same problem with some of my documenation that contains '=head5'. Cheers, Nadim.
