Clearcase

 view release on metacpan or  search on metacpan

lib/Clearcase/Vobs.pm  view on Meta::CPAN


=over

=over

=item none

=back

=back

=for html </blockquote>

Returns:

=for html <blockquote>

=over

=over

=item $status

Status from cleartool

=item @output

Ouput from cleartool

=back

=back

=for html </blockquote>

=cut

  my ($status, @output) = $Clearcase::CC->execute ("umount -all");

  return $status;
}    # umount

1;

=pod

=head2 DEPENDENCIES

=head2 Modules

=over

=item L<Clearcase|Clearcase>

=item L<Display|Display>

=item L<OSdep|OSdep>

=back

=head2 BUGS AND LIMITATIONS

There are no known bugs in this module

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

=head1 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.

=cut



( run in 0.517 second using v1.01-cache-2.11-cpan-39bf76dae61 )