Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 78825
Status: resolved
Priority: 0/
Queue: DBI

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

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



Subject: DBI->installed_versions returns a hash *ref*, not a hash
The doc has these lines: @ary = DBI->installed_versions; %hash = DBI->installed_versions; which can't really both work. Instead the second line should probably be: $hash = DBI->installed_versions;
Fixed. Thanks.