< Home - < Back

perl-Pod-Eventual


Information about the package, perl-Pod-Eventual, which is shipped with common Linux distributions. The perl-Pod-Eventual package is designed for, Read a POD document as a series of trivial events.


Package Name:

perl-Pod-Eventual

Summary:

Read a POD document as a series of trivial events

Description:

POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that. Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid is often better. (That's what I keep telling myself, anyway.) Pod::Eventual reads line-based input and produces events describing each POD paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod::Eventual subclasses. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception.

Architecture:

noarch

Version:

0.093330

Release:

1.el6

Size:

21 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Pod-Eventual


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


Command

Description of Command

yum install perl-Pod-Eventual

This command will install perl-Pod-Eventual on the server.

yum remove perl-Pod-Eventual

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

yum -y remove perl-Pod-Eventual

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

yum update perl-Pod-Eventual

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

yum -y update perl-Pod-Eventual

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

yum info perl-Pod-Eventual

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

yum deplist perl-Pod-Eventual

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

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