< Home - < Back

perl-UNIVERSAL-can


Information about the package, perl-UNIVERSAL-can, which is shipped with common Linux distributions. The perl-UNIVERSAL-can package is designed for, Hack around people calling UNIVERSAL::can() as a function.


Package Name:

perl-UNIVERSAL-can

Summary:

Hack around people calling UNIVERSAL::can() as a function

Description:

The UNIVERSAL class provides a few default methods so that all objects can use them. Object orientation allows programmers to override these methods in subclasses to provide more specific and appropriate behavior. Some authors call methods in the UNIVERSAL class on potential invocants as functions, bypassing any possible overriding. This is wrong and you should not do it. Unfortunately, not everyone heeds this warning and their bad code can break your good code.

Architecture:

noarch

Version:

1.15

Release:

1.el6

Size:

12 k

Repository:

base

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-UNIVERSAL-can


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


Command

Description of Command

yum install perl-UNIVERSAL-can

This command will install perl-UNIVERSAL-can on the server.

yum remove perl-UNIVERSAL-can

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

yum -y remove perl-UNIVERSAL-can

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

yum update perl-UNIVERSAL-can

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

yum -y update perl-UNIVERSAL-can

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

yum info perl-UNIVERSAL-can

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

yum deplist perl-UNIVERSAL-can

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

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