NAME
dms - implements a document management systems' core engine
SYNOPSIS
dms [options] command filename [ filename [...] ]
Options:
-V, --version=boolean Prints the version and exits
-h, --help=boolean Prints a brief help message
-H, --helplong=boolean Prints a long help message
--man=boolean Prints a manual page (detailed help)
-D, --debug=integer Prints debug messages
-u, --user=string User name/id for accessing system (default $USER)
DESCRIPTION
dms - Document::Manager and the script 'dms' implement the core of a document management system, allowing for files to be checked in and out, revision numbered, and assigned metadata such as ownership, title, or subject matter. The dms script provides a simple commandline implementation allowing for administrative or shell-script based access to the repository.
OPTIONS
- -V, --version
-
Prints the version and exits
- -h, --help
-
Prints a brief help message
- -H, --helplong
-
Prints a long help message
- --man
-
Prints a manual page (detailed help)
- -D, --debug
-
Prints debug messages
- -u, --user
-
User name/id for accessing system (default $USER)
See dms -h for a summary of options.
PREREQUISITES
Carp, Pod::Usage, Getopt::Long, Config::Simple, File::Basename, File::Copy, File::Find, File::Path, File::Spec
SCRIPT CATEGORIES
CPAN/Administrative
BUGS
None known.
VERSION
0.03
SEE ALSO
AUTHOR
Bryce W. Harrington <bryce at bryceharrington dot com>
http://www.bryceharrington.com
COPYRIGHT
Copyright (C) 2003 Bryce W. Harrington. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
REVISION
Revision: $Revision: 1.2 $