< Home - < Back

perl-Exception-Class-TryCatch


Information about the package, perl-Exception-Class-TryCatch, which is shipped with common Linux distributions. The perl-Exception-Class-TryCatch package is designed for, Syntactic try/catch sugar for use with Exception::Class.


Package Name:

perl-Exception-Class-TryCatch

Summary:

Syntactic try/catch sugar for use with Exception::Class

Description:

Exception::Class::TryCatch provides syntactic sugar for use with Exception::Class using the familiar keywords try and catch. Its primary objective is to allow users to avoid dealing directly with $@ by ensuring that any exceptions caught in an eval are captured as Exception::Class objects, whether they were thrown objects to begin with or whether the error resulted from die. This means that users may immediately use isa and various Exception::Class methods to process the exception.

Architecture:

noarch

Version:

1.12

Release:

9.el6

Size:

23 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for perl-Exception-Class-TryCatch


Control the perl-Exception-Class-TryCatch package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Exception-Class-TryCatch

This command will install perl-Exception-Class-TryCatch on the server.

yum remove perl-Exception-Class-TryCatch

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

yum -y remove perl-Exception-Class-TryCatch

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

yum update perl-Exception-Class-TryCatch

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

yum -y update perl-Exception-Class-TryCatch

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

yum info perl-Exception-Class-TryCatch

This command will show you core information about the perl-Exception-Class-TryCatch package.

yum deplist perl-Exception-Class-TryCatch

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

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