Bug 148036 - [PATCH] ports-mgmt/p5-FreeBSD-Ports-INDEXhash: require Exporter; missing
Summary: [PATCH] ports-mgmt/p5-FreeBSD-Ports-INDEXhash: require Exporter; missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 12:10 UTC by Janne Snabb
Modified: 2010-09-09 23:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Snabb 2010-06-21 12:10:04 UTC
This port does not work as documented in the manual page. A script
using this module will always produce:

Can't locate package Exporter for @FreeBSD::Ports::INDEXhash::ISA at ./myscript.pl line 3.

Port maintainer (vvelox@vvelox.net) is cc'd.

Generated with FreeBSD Port Tools 0.99

Fix: 

See:
  http://rt.cpan.org/Public/Bug/Display.html?id=58559
How-To-Repeat: Write a perl script which starts with:

use FreeBSD::Ports::INDEXhash qw/INDEXhash/;

...and try to run it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-21 12:12:47 UTC
Maintainer of ports-mgmt/p5-FreeBSD-Ports-INDEXhash,

Please note that PR ports/148036 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148036

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-21 12:12:50 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2010-08-09 16:53:33 UTC
The Example program works for me with perl 5.8.9
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2010-08-26 15:59:44 UTC
State Changed
From-To: feedback->open

Maintainer timeout
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-28 04:54:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-09-09 23:41:55 UTC
pgollucci    2010-09-09 22:41:51 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/p5-FreeBSD-Ports-INDEXhash Makefile distinfo 
  Log:
  - Fix Exporter issue by updating to 1.2.2
  
  PR:             ports/148036
  Reported by:    Janne Snabb <snabb@epipe.com>
  Approved by:    maintainer timeout (vvelox@vvelox.net)
  
  Revision  Changes    Path
  1.5       +1 -3      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
  1.5       +3 -3      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-09 23:41:56 UTC
State Changed
From-To: open->closed

Committed, Thanks!