From 414b72bdc09d2980eadc94af26634b9db0f6551f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 15 Mar 2009 17:14:59 +0000 Subject: File::ShareDir::PAR provides the same functionality as File::ShareDir but tries hard to be compatible with PAR packaged applications. The problem is, that the concept of having a distribution or module specific share directory becomes a little hazy when you're loading everything from a single file. PAR uses an @INC hook to intercept any attempt to load a module. File::ShareDir uses the directory structure that is typically found in the directories that are listed in @INC for storing the shared data. In a PAR enviroment, this is not necessarily possible. WARNING: This module contains highly experimental code. If you want to load modules from .par files using PAR and then access their shared directory using File::ShareDir, you probably have no choice but to use it. WWW: http://search.cpan.org/dist/File-ShareDir-PAR/ PR: ports/132406 Submitted by: Cezary Morga --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index f426b3420a05..c8e3593785bd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1374,6 +1374,7 @@ SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-ShareDir + SUBDIR += p5-File-ShareDir-PAR SUBDIR += p5-File-Slurp SUBDIR += p5-File-Slurp-Tree SUBDIR += p5-File-Stream -- cgit v1.2.3