NAME
VCP::DefaultFilters - Class for determining default filters to install for a given source and dest.
SYNOPSIS
require VCP::DefaultFilters;
my $df = VCP::DefaultFilters->new;
my @filter_args = $df->create_default_filters( $source, $dest );
DESCRIPTION
Given references to a vcp source and destination, determines the
default filters which would be appropriate, builds and returns a
list of arguments that should look like the portion of @ARGV (command
line arguments) that specify filters.
There should be a default filter wizard sub of the form
<source-scheme>2<dest-scheme>_default_filters for each source -> dest
combination that requires default filters to be loaded. If no
default filters are required for a source -> dest combination, no
wizard sub need be defined by that name.
The @args array definition in the following subs looks like .vcp
config file format, but it's not parsed by that. we're just using
qw() to put the args into an array.
COPYRIGHT
Copyright 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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 102:
=back without =over