-
perl-ExtUtils-Embed-1.35-436.lbn25.1.noarch
Utilities for embedding Perl in C/C++ applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-Install-2.14-419.lbn25.noarch
Handles the installing and uninstalling of Perl modules, scripts, man
pages, etc.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-InstallPaths-0.012-4.lbn25.noarch
This module tries to make install path resolution as easy as possible.
When you want to install a module, it needs to figure out where to install
things. The nutshell version of how this works is that default installation
locations are determined from ExtUtils::Config, and they may be individually
overridden by using the install_path attribute. An install_base attribute lets
you specify an alternative installation root like /home/foo and prefix does
something similar in a rather different (and more complicated) way. destdir
lets you specify a temporary installation directory like /tmp/install in case
you want to create bundled-up installable packages.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-LibBuilder-0.08-10.lbn25.noarch
Some Perl modules need to ship C libraries together with their Perl code.
Although there are mechanisms to compile and link (or glue) C code in your
Perl programs, there was not a clear method to compile standard, self-
contained C libraries. This module helps in that task.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-MM-Utils-7.36-1.lbn25.noarch
This is a collection of ExtUtils::MM subroutines that are used by many
other modules but that do not need full-featured ExtUtils::MakeMaker. The
issue with ExtUtils::MakeMaker is it pulls in Perl header files and that
is an overkill for small subroutines.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-MakeMaker-7.36-1.lbn25.noarch
This utility is designed to write a Makefile for an extension module from a
Makefile.PL. It is based on the Makefile.SH model provided by Andy
Dougherty and the perl5-porters.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-Manifest-1.72-1.lbn25.noarch
Utilities to write and check a MANIFEST file.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-Miniperl-1.08-436.lbn25.1.noarch
writemain() takes an argument list of directories containing archive libraries
that relate to perl modules and should be linked into a new perl binary. It
writes a corresponding perlmain.c file that is a plain C file containing all
the bootstrap code to make the If the first argument to writemain() is a
reference to a scalar it is used as the file name to open for output. Any other
reference is used as the file handle to write to. Otherwise output defaults to
STDOUT.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-ParseXS-3.40-1.lbn25.noarch
ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-ExtUtils-XSBuilder-0.28-31.lbn25.noarch
ExtUtils::XSBuilder is a set of modules to parse C header files and create
XS glue code and documentation out of it. Ideally this allows one to "write"
an interface to a C library without coding a line. Since no C-API is ideal,
some adjuments are necessary most of the time. So to use this module you
must still be familiar with C and XS programming, but it removes a lot of
stupid work and copy&paste from you. Also when the C API changes, most
of the time you only have to rerun XSBuilder to get your new Perl API.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25