|
NAMEVCP::PodOPTIONSParser - Parse OPTIONS sections from a set of source files.SYNOPSISuse VCP::PodOPTIONSParser; my $p = VCP::PodOPTIONSParser->new; my $options_hash = $p->parse( @packages_or_filenames ); DESCRIPTIONReturns a hash of all "=item"s found in all OPTIONS 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. |