in reply to Re^2: Perl2Exe and POD
in thread Perl2Exe and POD
Pod::Usage works by reading the (Perl) source code of your main program. Ideally, Pod::Usage would know about how you packed your Perl program into an .exe format file, but it doesn't, so it can't extract the source code of your main program to create the help text. This is why it won't work without you doing some work.
|
|---|