NAME

ClearCase::CRDB::Denter - Data::Denter 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 Data::Denter format rather than the Data::Dumper format. I know of no major advantage to Denter over Dumper in this application, though that's not to say there aren't any ... I only added this subclass to (a) test the extensibility of the base class and (b) learn a bit more about Data::Denter.

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)