Skip Menu |

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

Report information
The Basics
Id: 98567
Status: new
Priority: 0/
Queue: Crypt-Skip32

People
Owner: Nobody in particular
Requestors: bluefeet [...] gmail.com
Cc:
AdminCc:

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



Subject: Documentation Bug in Regard to ::XS Variant
Date: Tue, 2 Sep 2014 15:27:45 -0700
To: bug-Crypt-Skip32 [...] rt.cpan.org
From: Aran Deltac <bluefeet [...] gmail.com>
The documentation recommends this style of constructor: my $cipher = new Crypt::Skip32 $key; But if you have Crypt::Skip32::XS installed it goes BOOM. With the ::XS version installed you must use the standard constructor syntax: my $cipher = Crypt::Skip32->new( $key ); The documentation should be updated so that other people don't hit their shins on this in the future. Aran