diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-13 04:20:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-13 04:20:14 +0000 |
commit | e2cc419fbe6d1805d4335a50acdb2f87bcf5a7f5 (patch) | |
tree | 218d463f468de2864a2bc288ad214b3698380968 /textproc/Makefile | |
parent | 0acc196888ad9b649f3187a64262d728f1a86eda (diff) |
Pod::Strip, a subclass of Pod::Simple. It parses perl files,
strips all POD from Perl Code.
WWW: http://search.cpan.org/dist/Pod-Strip/
Notes
Notes:
svn path=/head/; revision=185066
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 355c5edcc862..b15f1acb93bf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -434,6 +434,7 @@ SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Simple + SUBDIR += p5-Pod-Strip SUBDIR += p5-Pod-Stripper SUBDIR += p5-Pod-Tree SUBDIR += p5-Pod-WSDL |