Skip Menu |

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

Report information
The Basics
Id: 460
Status: new
Priority: 0/
Queue: Crypt-PGPSimple

People
Owner: Nobody in particular
Requestors: mhale [...] semo.net
Cc:
AdminCc:

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



Subject: URGENT!!
It wont let me put a space in my $objPGP->PublicKey, It always tries to split it into two different names :( My key userid is "Matthew Hale" and it wont let me have the sapce and wont work wihtout the space
From: jhi [...] iki.fi
[guest - Tue Apr 9 17:42:33 2002]: Show quoted text
> It wont let me put a space in my $objPGP->PublicKey,
It always tries Show quoted text
> to split it into two different names :( My key userid is "Matthew >
Hale" and it wont let me have the sapce and wont work wihtout the Show quoted text
> space
Ummm, I don't know where this report belongs to, but not to BSD::Resource.
[guest - Thu Apr 25 14:01:14 2002]: Show quoted text
> [guest - Tue Apr 9 17:42:33 2002]: >
> > It wont
let me put a space in my $objPGP->PublicKey, Show quoted text
> It always tries
> > to split it into two
different names :( My key userid is "Matthew Show quoted text
> >
> Hale" and it wont let me have the
sapce and wont work wihtout the Show quoted text
> > space
> > Ummm, I > don't know where this report
belongs to, but not to BSD::Resource. Show quoted text
>
Duh. This is not BSD::Resource, this is Crypt::something. Sorry about my bad aim.
[guest - Tue Apr 9 17:42:33 2002]: Show quoted text
> It wont let me put a space in my $objPGP->PublicKey, It always tries > to split it into two different names :( My key userid is "Matthew > Hale" and it wont let me have the sapce and wont work wihtout the > space
does it work if you put double quotes around your name? for example: $objPGP->PublicKey("\"Matthew Hale\""); (sorry, it's been a little while since i poked around with this) -jason