SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-ExtUtils-Depends rpm build for : RedHat EL 5. For other distributions click perl-ExtUtils-Depends.

Name : perl-ExtUtils-Depends
Version : 0.302 Vendor : obs://build_opensuse_org/home:csbuild
Release : 1.3 Date : 2012-04-27 04:36:36
Group : Development/Libraries/Perl Source RPM : perl-ExtUtils-Depends-0.302-1.3.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : ExtUtils::Depends - Easily build XS extensions that depend on XS extensions
Description :
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.

This works as long as the base extension is loaded with the RTLD_GLOBAL flag (usually done with a

sub dl_load_flags {0x01}

in the main .pm file) if you need to use functions defined in the module.

The basic scheme of operation is to collect information about a module in the instance, and then store that data in the Perl library where it may be retrieved later. The object can also reformat this information into the data structures required by ExtUtils::MakeMaker\'s WriteMakefile function.

When creating a new Depends object, you give it a name, which is the name of the module you are building. You can also specify the names of modules on which this module depends. These dependencies will be loaded automatically, and their typemaps, header files, etc merged with your new object\'s stuff. When you store the data for your object, the list of dependencies are stored with it, so that another module depending on your needn\'t know on exactly which modules yours depends.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/csbuild:/Perl/RHEL_5/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(ExtUtils::Depends)
perl-ExtUtils-Depends

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
perl(warnings)
perl(File::Spec)
perl(File::Find)
perl(Carp)
perl(Config)
perl(Data::Dumper)
perl(IO::File)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(strict)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.8.8/ExtUtils
/usr/lib/perl5/vendor_perl/5.8.8/ExtUtils/Depends.pm
/usr/share/doc/perl-ExtUtils-Depends-0.302
/usr/share/doc/perl-ExtUtils-Depends-0.302/Changes
/usr/share/doc/perl-ExtUtils-Depends-0.302/MANIFEST
/usr/share/doc/perl-ExtUtils-Depends-0.302/README
/usr/share/man/man3/ExtUtils::Depends.3pm.gz

 
ICM