SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-ClearCase-CRDB rpm build for : OpenSuSE. For other distributions click perl-ClearCase-CRDB.

Name : perl-ClearCase-CRDB
Version : 0.15 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.10.1 Date : 2023-07-20 19:05:39
Group : Development/Libraries/Perl Source RPM : perl-ClearCase-CRDB-0.15-lp155.10.1.src.rpm
Size : 0.09 MB
Packager : https://www_suse_com/
Summary : Class for ClearCase config-record analysis
Description :
A ClearCase::CRDB object represents the (potentially recursive)
_configuration record_ (hereafter \'_CR_\') of a set of _derived objects_
(hereafter \'_DOs_\'). It provides methods for easy extraction of parts of
the CR such as the build script, MVFS files used in the creation of a given
DO, make macros employed, etc. This is the same data available from
ClearCase in raw textual form via \'cleartool catcr\'; it\'s just broken down
for easier access and analysis.

An example of what can be done with ClearCase::CRDB is the provided
_whouses_ script which, given a particular DO, can show recursively which
files it depends on or which files depend on it.

Since recursively deriving a CR database can be a slow process for large
build systems and can burden the VOB database, the methods
\'ClearCase::CRDB->store\' and \'ClearCase::CRDB->load\' are provided. These
allow the derived CR data to be stored in its processed form to a
persistent storage such as a flat file or database and re-loaded from
there. For example, this data might be derived once per day as part of a
nightly build process and would then be available for use during the day
without causing additional VOB load.

The provided \'ClearCase::CRDB->store\' and \'ClearCase::CRDB->load\' methods
save to a flat file in human-readable text format. Different formats may be
used by subclassing these two methods. An example subclass
\'ClearCase::CRDB::Storable\' is provided; this uses the Perl module
_Storable_ which is a binary format. If you wanted to store to a relational
database this is how you\'d do it, using Perl\'s DBI modules.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.5/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-ClearCase-CRDB-0.15-lp155.10.1.x86_64.rpm
     

Provides :
perl(ClearCase::CRDB)
perl-ClearCase-CRDB
perl-ClearCase-CRDB(x86-64)

Requires :
/opt/rational/common/bin/ratlperl
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/whouses
/usr/lib/perl5/vendor_perl/5.26.1/ClearCase
/usr/lib/perl5/vendor_perl/5.26.1/ClearCase/CRDB.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/ClearCase
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/ClearCase/CRDB
/usr/share/doc/packages/perl-ClearCase-CRDB
/usr/share/doc/packages/perl-ClearCase-CRDB/Changes
/usr/share/doc/packages/perl-ClearCase-CRDB/README
/usr/share/doc/packages/perl-ClearCase-CRDB/WHOUSES.html
/usr/share/doc/packages/perl-ClearCase-CRDB/cr2mf
/usr/share/doc/packages/perl-ClearCase-CRDB/macroize
/usr/share/doc/packages/perl-ClearCase-CRDB/metado
/usr/share/doc/packages/perl-ClearCase-CRDB/whouses
/usr/share/man/man1/whouses.1.gz
/usr/share/man/man3/ClearCase::CRDB.3pm.gz

 
ICM