< Home - < Back

perl-Module-Build


Information about the package, perl-Module-Build, which is shipped with common Linux distributions. The perl-Module-Build package is designed for, Perl module for building and installing Perl modules.


Package Name:

perl-Module-Build

Summary:

Perl module for building and installing Perl modules

Description:

Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.

Architecture:

x86_64

Version:

0.3500

Release:

144.el6

Size:

460 k

Repository:

installed

From Repository:

base

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Module-Build


Control the perl-Module-Build package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Module-Build

This command will install perl-Module-Build on the server.

yum remove perl-Module-Build

This command will un-install perl-Module-Build on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Module-Build, so you have to manually confirm that you want to do this.

yum -y remove perl-Module-Build

This command will un-install perl-Module-Build on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Module-Build when using the -y flag.

yum update perl-Module-Build

This command will update perl-Module-Build to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Module-Build, so you have to manually confirm that you want to do this.

yum -y update perl-Module-Build

This command will update perl-Module-Build to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Module-Build when using the -y flag.

yum info perl-Module-Build

This command will show you core information about the perl-Module-Build package.

yum deplist perl-Module-Build

This command will show you the dependencies for perl-Module-Build. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Module-Build

This command will check if there is an update waiting on perl-Module-Build. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.