Skip Menu |

This queue is for tickets about the GnuPG-Interface CPAN distribution.

Report information
The Basics
Id: 50377
Status: resolved
Priority: 0/
Queue: GnuPG-Interface

People
Owner: Nobody in particular
Requestors: SYSMON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.42
Fixed in: (no value)



Subject: documentation typos ($passphrase_fd and missing semicolons)
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
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #50377] documentation typos ($passphrase_fd and missing semicolons)
Date: Mon, 12 Oct 2009 14:35:21 -0400
To: Murray via RT <bug-GnuPG-Interface [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
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 >
--