diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-02-25 12:31:25 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-02-25 12:31:25 +0000 |
commit | f20715a069de7c3cb4e64361bb5d46657c5b2c75 (patch) | |
tree | 907b4b7a690d5fc8bc9d453f9c34a7b5c74e2e38 /devel/Makefile | |
parent | 9f34efd0ae20d5c7d79c01ea0086ae612a82b787 (diff) |
Add devel/p5-Module-Util.
This module provides a few useful functions for manipulating module
names. Its main aim is to centralise some of the functions commonly used
by modules that manipulate other modules in some way, like converting
module names to relative paths.
Notes
Notes:
svn path=/head/; revision=207862
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 1df1e66ded7d..f6fc05a96acc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1411,6 +1411,7 @@ SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Starter-PBP + SUBDIR += p5-Module-Util SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Moose SUBDIR += p5-MooseX-IOC |