< Home - < Back

perl-Moose


Information about the package, perl-Moose, which is shipped with common Linux distributions. The perl-Moose package is designed for, Complete modern object system for Perl 5.


Package Name:

perl-Moose

Summary:

Complete modern object system for Perl 5

Description:

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent and less tedious. With Moose you can to think more about what you want to do and less about the mechanics of OOP. Additionally, Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well. Moose is different from other Perl 5 object systems because it is not a new system, but instead an extension of the existing one.

Architecture:

x86_64

Version:

1.15

Release:

1.el6

Size:

659 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Moose


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


Command

Description of Command

yum install perl-Moose

This command will install perl-Moose on the server.

yum remove perl-Moose

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

yum -y remove perl-Moose

This command will un-install perl-Moose 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-Moose when using the -y flag.

yum update perl-Moose

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

yum -y update perl-Moose

This command will update perl-Moose 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-Moose when using the -y flag.

yum info perl-Moose

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

yum deplist perl-Moose

This command will show you the dependencies for perl-Moose. 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-Moose

This command will check if there is an update waiting on perl-Moose. 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.