The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

VCS::PVCS::Attributes - Attributes class for for VCS::PVCS

SYNOPSIS

  use VCS::PVCS::Project;

  $proj = new VCS::PVCS::Project("ProjectName");

  $members = $proj->members(".*");

  foreach $f (@$members){
    $attrs = $f->getAttributes();
    print $attrs->Archive; # Archive name
    print $attrs->Workfile; # Workfile name
    print $attrs->Owner; # Owner of archive
    print $attrs->Archive_created; # Date archive created
    print $attrs->Last_trunk_rev; # Most recent trunk rev
    print $attrs->Locks; # current locks on all versions
    print $attrs->Groups; # current groups assoc with this archive
    print $attrs->Rev_count; # number of revisions
    print $attrs->Attributes; # attributes
    print $attrs->Version_labels; # version labels on this archive
    print $attrs->Description;  # checkin description
    print $attrs->history;      # history and comments

  }

DESCRIPTION

This class is intended for use as an companion to the VCS::PVCS::* classes. The Archive objects inherits Attribute methods, and augment them.

METHODS

getAttributes
  print $attrs->getAttributes(1);

repopulate the attibutes object

Archive
  print $attrs->Archive; # Archive name
Workfile
  print $attrs->Workfile; # Workfile name
Owner
  print $attrs->Owner; # Owner of archive
Archive_created
  print $attrs->Archive_created; # Date archive created
Last_trunk_rev
  print $attrs->Last_trunk_rev; # Most recent trunk rev
Locks
  print $attrs->Locks; # current locks on all versions
Groups
  print $attrs->Groups; # current groups assoc with this archive
Rev_count
  print $attrs->Rev_count; # number of revisions
Attributes
  print $attrs->Attributes; # attributes
Version_labels
  print $attrs->Version_labels; # version labels on this archive
Description
  print $attrs->Description;  # checkin description
history
  print $attrs->history;      # history and comments

COPYRIGHT

The PVCS module is Copyright (c) 1998 Bill Middleton. All rights reserved.

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.

AUTHOR

Bill Middleton, wjm@metronet.com

SUPPORT / WARRANTY

The VCS::PVCS modules are free software.

THEY COME WITHOUT WARRANTY OF ANY KIND.

Commercial support agreements for Perl can be arranged via The Perl Clinic. See http://www.perl.co.uk/tpc for more details.

SEE ALSO

VCS::PVCS::Project

11 POD Errors

The following errors were encountered while parsing the POD:

Around line 56:

Unterminated B<...> sequence

Around line 60:

Unterminated B<...> sequence

Around line 64:

Unterminated B<...> sequence

Around line 68:

Unterminated B<...> sequence

Around line 72:

Unterminated B<...> sequence

Around line 76:

Unterminated B<...> sequence

Around line 80:

Unterminated B<...> sequence

Around line 84:

Unterminated B<...> sequence

Around line 88:

Unterminated B<...> sequence

Around line 92:

Unterminated B<...> sequence

Around line 96:

Unterminated B<...> sequence