NAME
ClearCase::CRDB::Dumper - text-format subclass of ClearCase::CRDB
SYNOPSIS
DESCRIPTION
This is an empty subclass of ClearCase::CRDB provided for consistency. The native storage format of ClearCase::CRDB is that of Data::Dumper, so ClearCase::CRDB::Dumper need not override the ->load and ->store methods. However, other storage formats have their own subclasses (cf ClearCase::CRDB::Storable) so ClearCase::CRDB::Dumper is provided too. It has the same semantics as its base class.
AUTHOR
David Boyce <dsb@boyski.com>
COPYRIGHT
Copyright (c) 2001 David Boyce. All rights reserved. This Perl program is free software; you may redistribute and/or modify it under the same terms as Perl itself.
SEE ALSO
ClearCase::CRDB(3)