Summary: | [NEW PORT] devel/p5-Exporter: Implements default import method for modules | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tsung-Han Yeh <snowfly> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Tsung-Han Yeh
2012-04-03 08:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: perl->sunpoet I'll take it. 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" State Changed From-To: open->closed Committed. Thanks! |