|
NAMEVCP::PodDESCRIPTIONParser - Parse DESCRIPTION sections from a set of source files.SYNOPSISuse VCP::PodDESCRIPTIONParser; my $p = VCP::PodDESCRIPTIONParser->new; my $options_hash = $p->parse( @packages_or_filenames ); DESCRIPTIONReturns a hash of all "=item"s found in all DESCRIPTION sections in the given filenames. Warns if duplicate options are found.ASSUMES ALL PACKAGES REFERRED TO ARE ALREADY LOADED. %INC is used to locate their source code. Converts packages (any string matching /\w[:\w]+/) to filenames. COPYRIGHTCopyright 2000, Perforce Software, Inc. All Rights Reserved.This module and the VCP package are licensed according to the terms given in the file LICENSE accompanying this distribution, a copy of which is included in vcp. AUTHORBarrie Slaymaker <barries@slaysys.com>
Visit the GSP FreeBSD Man Page Interface. |