Mon May 13 14:42:08 2013: Request 85240 was acted upon. Transaction: Ticket created by jeanv Queue: PAR-Packer Subject: pod_where doesn't seem to work with PAR::Packer Broken in: 1.014 Severity: Normal Owner: Nobody Requestors: j...@veronis.fr Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85240 >
When run directly the following script prints the path for Data/Dumper.pm #!/usr/bin/env perl use Data::Dumper; use Pod::Find qw(pod_where); my $s = pod_where( { -inc => 1 }, 'Data::Dumper'); print Dumper $s; However, when packed with par, the result is $VAR1 = undef;