Skip Menu |

This queue is for tickets about the Crypt-GPG CPAN distribution.

Report information
The Basics
Id: 4421
Status: resolved
Priority: 0/
Queue: Crypt-GPG

People
Owner: AGUL [...] cpan.org
Requestors: mores [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.42
Fixed in: (no value)



Subject: Problem using tempfiles
Crypt-GPG-1.4 This is perl, v5.6.1 built for sun4-solaris SunOS dev28 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Blade-100 Fails to import keys. The following line ( 323 ): print $tmpfh $key; Should be changed to: print $tmpfh $key; close $tmpfh;
From: robertojimenoca [...] terra.es
On Mar. Nov. 18 12:29:14 2003, guest wrote: Show quoted text
> Crypt-GPG-1.4 > This is perl, v5.6.1 built for sun4-solaris > SunOS dev28 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Blade-100 > > Fails to import keys. > > The following line ( 323 ): > print $tmpfh $key; > > Should be changed to: > print $tmpfh $key; close $tmpfh;
This problem does not exist anymore. This bug should be closed.
Fixed