diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 02:37:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 02:37:55 +0000 |
commit | a82cc513cc766dee89ab3bd5948f4ff4773d5c5b (patch) | |
tree | cdef3c4dd34ae6bbbd4a177622880626c3340dc1 /devel/p5-Getopt-Compact/pkg-descr | |
parent | e3b5d99978daf6cc5f5d2eadb43e719e37ef7731 (diff) | |
download | ports-a82cc513cc766dee89ab3bd5948f4ff4773d5c5b.tar.gz ports-a82cc513cc766dee89ab3bd5948f4ff4773d5c5b.zip |
Notes
Diffstat (limited to 'devel/p5-Getopt-Compact/pkg-descr')
-rw-r--r-- | devel/p5-Getopt-Compact/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Compact/pkg-descr b/devel/p5-Getopt-Compact/pkg-descr new file mode 100644 index 000000000000..ad9fe756044a --- /dev/null +++ b/devel/p5-Getopt-Compact/pkg-descr @@ -0,0 +1,6 @@ +This is yet another Getopt related module. Getopt::Compact is geared towards +compactly and yet quite powerfully describing an option syntax. Options can +be parsed, returned as a hashref of values, and/or displayed as a usage string +or within the script POD. + +WWW: http://search.cpan.org/dist/Getopt-Compact/ |