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;