NAME Pvob.pm

Object oriented interface to a UCM Pvob

VERSION

Author

Andrew DeFaria <Andrew@DeFaria.com>

Revision

$Revision: 1.1 $

Created

Fri May 14 18:16:16 PDT 2010

Modified

$Date: 2011/11/09 01:52:39 $

SYNOPSIS

Provides access to information about a Clearcase Pvob.

my $pvob = new Clearcase::UCM::Pvob ($name);

DESCRIPTION

This module implements a UCM Pvob object

ROUTINES

The following routines are exported:

new

Construct a new Clearcase Pvob object.

Parameters:

name

Name of pvob

Returns:

Clearcase Pvob object

tag

Returns the tag of the pvob

Parameters:

none

Returns:

tag

streams

Returns an array of stream objects in the pvob

Parameters:

none

Returns:

array of stream objects in the pvob

DEPENDENCIES

Modules

Clearcase
Clearcase::UCM::Baseline

INCOMPATABILITIES

None

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Andrew DeFaria <Andrew@DeFaria.com>.

COPYRIGHT AND LICENSE

Copyright (C) 2020 by Andrew@DeFaria.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.38.0 or, at your option, any later version of Perl 5 you may have available.