diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-15 17:57:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-15 17:57:02 +0000 |
commit | cabd15c39b69bb7f8ea50da9ddfb623347ca7a15 (patch) | |
tree | 87e2bd6230948a513e92fce85bb5280d33af2b0e /devel/Makefile | |
parent | Update to DAT 4447 (diff) |
- A simple starter kit for any Perl module
make you easy to write your own module.
Notes
Notes:
svn path=/head/; revision=131320
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 f824337758bc..1295818885dd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -948,6 +948,7 @@ SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Reload SUBDIR += p5-Module-ScanDeps + SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Versions-Report SUBDIR += p5-NEXT SUBDIR += p5-Net-LibIDN |