%perl_module CGI 3.08 0_7 Summary: CGI modules for perl. Epoch: 2 Group: Development/Languages License: Artistic URL: http://search.cpan.org/~lds/%{pkgname}.pm-%{version}/ Source: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/%{pkgname}.pm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch %description This perl 5 library uses objects to create Web fill-out forms on the fly and to parse their contents. It provides a simple interface for parsing and interpreting query strings passed to CGI scripts. However, it also offers a rich set of functions for creating fill-out forms. Instead of remembering the syntax for HTML form elements, you just make a series of perl function calls. An important fringe benefit of this is that the value of the previous query is used to initialize the form, so that the state of the form is preserved from invocation to invocation. %prep %setup -q -n %{pkgname}.pm-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/%{pkgname}.pm %{perl_vendorlib}/%{pkgname} %{perl_man3dir}/%{pkgname}*.3pm* %changelog * Mon May 2 2005 Axel Thimm - Update to 3.08. * Tue Apr 8 2003 Axel Thimm - Update to 2.91. - Adapt to new macro scheme. * Thu Dec 5 2002 Axel Thimm - Initial build.