NAME
VCP::Dest::revml - Outputs versioned files to a revml file
SYNOPSIS
## revml output class:
revml:[<output-file>]
revml:[<output-file>] --dtd <revml.dtd>
revml:[<output-file>] --version <version>
revml:[<output-file>] --sort-by=name,rev
DESCRIPTION
The --dtd and --version options cause the output to be checked against a particular version of revml. This does not cause output to be in that version, but makes sure that output is compliant with that version.
EXTERNAL METHODS
- new
-
Creates a new instance. The only parameter is '-dtd', which overrides the default DTD found by searching for modules matching RevML::DTD:v*.pm.
Attempts to create the output file if one is specified.
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.
AUTHOR
Barrie Slaymaker <barries@slaysys.com>