Sat, 05 Oct 2024 23:16:17 UTC | login

Information for build perl-CGI-Prototype-0.9054-37.fc40

ID282808
Package Nameperl-CGI-Prototype
Version0.9054
Release37.fc40
Epoch
SummaryCreate a CGI application by subclassing
DescriptionThe 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 14:20:45 UTC
CompletedWed, 21 Feb 2024 14:20:45 UTC
Tags
f40
f41
RPMs
src
perl-CGI-Prototype-0.9054-37.fc40.src.rpm (info) (download)
noarch
perl-CGI-Prototype-0.9054-37.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9054-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9054-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9054-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9054-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Sep 06 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.9054-33 - Specify all dependencies - Modernize specfile * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9054-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.9054-31 - Perl 5.36 rebuild