From d0ab86de2b7b11c58ae6f3d04d53e3c786b09d4f Mon Sep 17 00:00:00 2001 From: demon Date: Thu, 28 Aug 2003 07:37:46 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit