Bug 166603 - [NEW PORT] devel/p5-Exporter: Implements default import method for modules
Summary: [NEW PORT] devel/p5-Exporter: Implements default import method for modules
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 08:30 UTC by Tsung-Han Yeh
Modified: 2012-04-10 18:00 UTC (History)
0 users

See Also:


Attachments
p5-Exporter-5.66.shar (2.17 KB, text/plain)
2012-04-03 08:30 UTC, Tsung-Han Yeh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tsung-Han Yeh 2012-04-03 08:30:01 UTC
The Exporter module implements an "import" method which allows a module
to export functions and variables to its users' namespaces. Many modules
use Exporter rather than implementing their own "import" method because
Exporter provides a highly flexible interface, with an implementation
optimised for the common case.

WWW:    http://search.cpan.org/dist/p5-Exporter/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-03 08:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-04-03 09:12:46 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-10 17:52:25 UTC
sunpoet     2012-04-10 16:52:16 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Exporter    Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Exporter 5.66
  
  The Exporter module implements an "import" method which allows a module
  to export functions and variables to its users' namespaces. Many modules
  use Exporter rather than implementing their own "import" method because
  Exporter provides a highly flexible interface, with an implementation
  optimised for the common case.
  
  WWW: http://search.cpan.org/dist/Exporter/
  
  PR:             ports/166603
  Submitted by:   Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  
  Revision  Changes    Path
  1.4922    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Exporter/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Exporter/distinfo (new)
  1.1       +7 -0      ports/devel/p5-Exporter/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Exporter/pkg-plist (new)
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-04-10 17:52:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!