NAME

Gestinanna::POF::Repository::Description - metadata support for repositories

SYNOPSIS

$desc = $factory -> new(foo_description => (object_id => '/foo'));

# use $desc as any other Gestinanna::POF::Alzabo object instance

DESCRIPTION

This class provides an easy way to manage metadata associated with a particular revision controlled object.

Use this as you would any other Gestinanna::POF::Alzabo-based object. Objects cannot be deleted though.

Objects created here will appear in the listing returned by the repository object. To create folders without creating an actual revision-controlled object, create an object description for the folder (the name ending with /).

AUTHOR

James G. Smith, <jsmith@cpan.org>

COPYRIGHT

Copyright (C) 2002-2003 Texas A&M University. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.