ClearCase-Wrapper-MGi
view release on metacpan or search on metacpan
}
return @args;
}
=head1 NAME
ClearCase::Wrapper::MGi - Support for an alternative to UCM.
=head1 SYNOPSIS
This is an C<overlay module> for B<ClearCase::Wrapper> containing Marc
Girod's non-standard extensions. See C<perldoc ClearCase::Wrapper> (by
David Boyce) for more details.
The alternative to UCM consists in a novel branching model, and a concept
of incremental types.
=head1 CLEARTOOL EXTENSIONS
=over 2
ClearCase::Wrapper::MGi
==================================
PURPOSE
This is an overlay module for ClearCase::Wrapper. See the POD for that
module. It is built following the example of ClearCase::Wrapper::DSB.
The extensions contained here are meant to support a consistent
branching policy, advocated in:
http://www.cmcrossroads.com/cgi-bin/cmwiki/view/CM/BranchYesMergeNo
It also offers a port of cleartool over cygwin.
Beyond this module, changes were also made to ClearCase::SyncTree,
which closely relate to the same purpose.
The module has to adapt many functions from DSB.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
VERSIONS
Notice as from ClearCase::Wrapper::DSB--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
Date::Format
Date::Parse
File::Slurp
( run in 3.669 seconds using v1.01-cache-2.11-cpan-437f7b0c052 )