diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-28 07:37:46 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-28 07:37:46 +0000 |
commit | a06b8cd0c7d9ce0547bfaa7da6855132bdd25f7f (patch) | |
tree | e3c214c853a4788c63fc11b95d05046184cf2852 /devel/Makefile | |
parent | Update to 2003.08.28. (diff) |
New port: p5-Module-CoreList
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $]. The second level hash
is module => version pairs.
It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Notes
Notes:
svn path=/head/; revision=87854
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 680ba9b2b4ce..e0e8f2345a43 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -666,6 +666,7 @@ SUBDIR += p5-Make SUBDIR += p5-Memoize SUBDIR += p5-Module-Build + SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Info SUBDIR += p5-Module-ScanDeps SUBDIR += p5-OLE-Storage_Lite |