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
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!