Skip Menu |

This queue is for tickets about the FreeBSD-Ports-INDEXhash CPAN distribution.

Report information
The Basics
Id: 58559
Status: resolved
Priority: 0/
Queue: FreeBSD-Ports-INDEXhash

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

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



Subject: FreeBSD::Ports::INDEXhash is broken (example does not work)
The module obviously needs "require Exporter;" at the start (see attached diff). Otherwise the example in the documentation does not work.
Subject: FreeBSD-Ports-INDEXhash.diff
--- lib/FreeBSD/Ports/INDEXhash.pm.orig 2009-04-27 17:06:45.000000000 +0000 +++ lib/FreeBSD/Ports/INDEXhash.pm 2010-06-21 10:47:51.000000000 +0000 @@ -1,6 +1,7 @@ package FreeBSD::Ports::INDEXhash; +require Exporter; use warnings; use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
1.2.2 has now been released to CPAN to make Perl 5.10 happy.