Thanks. Fixed in e003509
On Sat, Oct 10, 2009 at 12:18:15PM -0400, Murray via RT wrote:
Show quoted text> Sat Oct 10 12:18:14 2009: Request 50377 was acted upon.
> Transaction: Ticket created by SYSMON
> Queue: GnuPG-Interface
> Subject: documentation typos ($passphrase_fd and missing semicolons)
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: SYSMON@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=50377 >
>
>
> re sample code shown on
>
>
http://search.cpan.org/dist/GnuPG-Interface/lib/GnuPG/Interface.pm#Decryption
>
> - you use $passphrase_fd but the variable created is $passphrase_fh
>
> - there is a missing semicolon (;) on these two lines:
>
> print $input $_ while <$cipher_file>
> ...
> my @status_info = <$status_fh> # read the status info
>
--