Fedora 15 Update: perl-CGI-Prototype-0.9054-1.fc15

updates at fedoraproject.org updates at fedoraproject.org
Tue Oct 11 08:27:09 UTC 2011


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2011-13670
2011-10-02 22:30:28
--------------------------------------------------------------------------------

Name        : perl-CGI-Prototype
Product     : Fedora 15
Version     : 0.9054
Release     : 1.fc15
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".
--------------------------------------------------------------------------------
ChangeLog:

* Sun Oct  2 2011 Iain Arnell <iarnell at gmail.com> 0.9054-1
- update to latest upstream version
- clean up spec for modern rpmbuild
- update provides filtering to use macros
* Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 0.9053-13
- Perl mass rebuild
* Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.9053-12
- Perl mass rebuild
--------------------------------------------------------------------------------

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