From 14d9e689dffe94c590833aee676e6c54ec30fbea Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Fri, 20 May 2011 01:14:31 +0000 Subject: Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname. WWW: http://search.cpan.org/dist/Dir-Self/ --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 90dcf86b2627..5ba6c1577105 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1589,6 +1589,7 @@ SUBDIR += p5-Dialog SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project + SUBDIR += p5-Dir-Self SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Queue SUBDIR += p5-Directory-Scratch -- cgit v1.2.3