Skip Menu |

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

Report information
The Basics
Id: 74686
Status: resolved
Priority: 0/
Queue: Crypt-PW44

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

Bug Information
Severity: Important
Broken in: 0.13
Fixed in: 0.13



Subject: Example code in SYNOPSIS won't run
The SYNOPSIS includes the example usage: generate(pack(Ll,int(rand(2**32)),int(rand(2**16))),3) Which fails to run, with a syntax error. I'm guessing you just want to put quotes around the first argument to pack()?
On Sat Feb 04 19:16:06 2012, NEILB wrote: Show quoted text
> The SYNOPSIS includes the example usage: > > generate(pack(Ll,int(rand(2**32)),int(rand(2**16))),3) > > Which fails to run, with a syntax error. > I'm guessing you just want to put quotes around the first argument to > pack()?
This is fixed in version 0.14 (just submitted to testing queue). Sorry for the delay. BRIAND