晓卫
unread,Aug 20, 2014, 8:00:48 AM8/20/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to makemaker
I use `=encoding utf-8` line in POD, but after I make install, all the unicode charaters in the manual file is 'X'.
I can use `pod2man -u file` to get the right manual, but I don't down how tu pass the arg to Pod::Man via Makefile.PL.
I want to create a manual file contains utf-8 charaters via MakeMaker but I don't kown how.