Fedora 16 Update: perl-CGI-Prototype-0.9054-1.fc16

updates at fedoraproject.org updates at fedoraproject.org
Tue Oct 11 03:16:28 UTC 2011


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2011-13658
2011-10-02 17:41:54
--------------------------------------------------------------------------------

Name        : perl-CGI-Prototype
Product     : Fedora 16
Version     : 0.9054
Release     : 1.fc16
URL         : http://search.cpan.org/dist/CGI-Prototype/
Summary     : Create a CGI application by subclassing
Description :
The core of every CGI application seems to be roughly the same:

*   Analyze the incoming parameters, cookies, and URLs to determine the state
of the application (let's call this "dispatch").
* Based on the current state, analyze the incoming parameters to respond to
any form submitted ("respond").
*   From there, decide what response page should be generated, and produce it
("render").

CGI::Prototype creates a "Class::Prototyped" engine for doing all this, with
the right amount of callback hooks to customize the process.  Because I'm
biased toward Template Toolkit for rendering HTML, I've also integrated that
as my rendering engine of choice. And, being a fan of clean MVC designs, the
classes become the controllers, and the templates become the views, with clean
separation of responsibilities, and "CGI::Prototype" a sort of "archetypal"
controller.

--------------------------------------------------------------------------------
Update Information:

This update fixes the filtering of unwanted rpm "provides".
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-CGI-Prototype' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list