Re: How do I get Pod::Simple to extract pod from its containing file?
[email protected] ("David E. Wheeler") Sat, 26 Jan 2013 10:58:20 -0800
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
On Jan 26, 2013, at 8:49 AM, Karl Williamson <[email protected]> wrote: > With Pod::Parser, you just do > parse_from_file($in_fh, $out_fh) > > and it outputs the pod to $out_fh. Pod::Simple has a method of the same name which is supposed to emulate the Pod::Parser method, but when I run it, nothing is output. Code looks okay. I don't see a test case, though. Care to add one? David