ClearCase-Wrapper-DSB
view release on metacpan or search on metacpan
Revision history for Perl extension ClearCase::Wrapper::DSB.
1.01 Fri Jan 25 09:38:23 EST 2002
- original version
Much of the original content of ClearCase::Wrapper has
been split out into this overlay module.
1.02 Thu Jan 31 10:50:30 EST 2002
- Added 'eclipse' extension.
- Added 'edattr -view' feature.
1.03 Mon Feb 4 11:12:09 EST 2002
- Added 'ct lsregion -curr' feature.
- Added 'ct catcs -attr -all' feature.
1.04 Tue Feb 5 13:20:36 EST 2002
renamed the ->cleartool method to ->find_cleartool;
this module forgot to track that change till now.
This caused "ct setcs -clone <view-tag>" to fail.
1.13 Wed Mar 29 11:42:37 EST 2006
- Fixed a minor warning in "ct lock".
1.14 Thu May 13 17:09:45 EDT 2010
- Fixed a file-mode bug in "ct reco/recheckout".
- Pushed recursion support up into ClearCase::Wrapper for
use by other overlay modules.
- Tweaked indenting in show usage functions
1;
__END__
=head1 NAME
ClearCase::Wrapper::DSB - David Boyce's contributed cleartool wrapper functions
=head1 SYNOPSIS
This is an C<overlay module> for B<ClearCase::Wrapper> containing David
Boyce's non-standard extensions. See C<perldoc ClearCase::Wrapper> for
more details.
=head1 CLEARTOOL ENHANCEMENTS
=over 4
=item * CATCS
=over 4
ClearCase::Wrapper::DSB
==================================
PURPOSE
This is an overlay module for ClearCase::Wrapper. See the POD for that
module. The short version is that ClearCase::Wrapper provides a
mechanism for extending cleartool while ClearCase::Wrapper::DSB
supplies a number of extensions using that mechanism. At one time they
were mixed together but then I worked out the overlay mechanism and
separated them, such that the most basic extensions remain in
ClearCase::Wrapper and the more optional/frivolous ones are in
ClearCase::Wrapper::DSB.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
VERSIONS
Note that there is no strict correlation between versions of the
base module and overlay modules. I.e. you do not necessarily need
ClearCase::Wrapper::DSB 1.04 if you have ClearCase::Wrapper 1.04.
If an overlay requires a certain feature in the base module this
dependency will be noted in the prerequisites within Makefile.PL.
In other words, if the install sequence doesn't generate a warning
you should be ok.
DEPENDENCIES
ClearCase::Wrapper
COPYRIGHT AND LICENCE
( run in 2.016 seconds using v1.01-cache-2.11-cpan-437f7b0c052 )