NAME

ClearCase::CRDB::Storable - binary-format subclass of ClearCase::CRDB

SYNOPSIS

Same as base class.

DESCRIPTION

This subclass of ClearCase::CRDB overrides the ClearCase::CRDB->load and ClearCase::CRDB->store methods to use the Storable format rather than the Data::Dumper format. Storable is believed to be faster both to write and read, but the storage format is binary and thus not (easily) human readable.

AUTHOR

David Boyce <dsbperl AT 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)