Skip Menu |

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

Report information
The Basics
Id: 127277
Status: new
Priority: 0/
Queue: Crypt-Blowfish-Mod

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

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



Subject: Problem with code in Synopsis
Hi For years we've campaigned to stamp out indirect object syntax, as you've used in: my $cipher = new Crypt::Blowfish::Mod $key; This is much better and more reliably written as: my $cipher = Crypt::Blowfish::Mod -> new($key); Thanx!