[rt.cpan.org #123573] Info o výrobku - Nový testovací produkt

2017-11-08 Thread dobre-krmeni.cz via RT
Wed Nov 08 19:36:18 2017: Request 123573 was acted upon. Transaction: Ticket created by pavelka...@seznam.cz Queue: PAR-Packer Subject: Info o výrobku - Nový testovací produkt Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pavelka...@seznam.cz

Re: Pod::Usage and PAR packaged binaries

2017-11-08 Thread Johan Vromans
On Wed, 8 Nov 2017 18:43:52 +0100, Roderich Schupp wrote: > A clumsy way would be to explicitly add the .pod with --addfile, then > locate it relative to the toplevel cache directory, $ENV{PAR_TEMP}. Yes, that is the approach I use now. Clumsy, but it works... --

Re: Pod::Usage and PAR packaged binaries

2017-11-08 Thread Roderich Schupp
On Wed, Nov 8, 2017 at 1:46 PM, Johan Vromans wrote: > Has anyone already figured out how this can be made to work? > I'm guessing that you have a separate .pod file instead of inline pod? A clumsy way would be to explicitly add the .pod with --addfile, then locate it

Pod::Usage and PAR packaged binaries

2017-11-08 Thread Johan Vromans
Hi, I usually use Pod::Usage to display --help and --manual texts from POD. use Pod::Usage; use Pod::Find qw(pod_where); pod2usage( -input => pod_where({-inc => 1}, __PACKAGE__) ); This doesn't work if the program is PAR packaged. Has anyone already figured out how this can be made to