| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
15 Oct 2012 16:21:12
0.01_1
|
tabthorpe  |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
30 Jun 2012 05:16:13
0.01_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.01_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
03 Jul 2011 14:59:23
0.01_1
|
ohauer  |
-remove MD5 |
03 Feb 2010 10:46:21
0.01_1
|
tobez  |
Fix plist, bump portrevision.
Approved by: portmgr (pav), implicit |
15 Mar 2009 17:13:56
0.01
|
miwi  |
Module::Extract is a convenience base class for creating module that work with
Perl distributions. Its purpose is to take care of the mechanisms of locating
and extracting a Perl distribution so that your module can do something specific
to the distribution.
This module was originally created to provide an abstraction for the extraction
logic for both Module::Inspector and Module::P4P and to allow additional
features to be added in the future without having to modify both of them,
because the general problem of "locate, download, and expand a distribution"
is one that is almost ideal for adding additional features down the line.
WWW: http://search.cpan.org/dist/Module-Extract/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net> |