X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=CGI-Ex.spec;h=0cebbe957cdae1399ab13586cbf0b928a53b4f2e;hp=95d516b93035a76ddc9332ddb7bdf7e011ad0ce7;hb=HEAD;hpb=85070b46d0a93ddbeef07341421adb8389a55418 diff --git a/CGI-Ex.spec b/CGI-Ex.spec index 95d516b..0cebbe9 100644 --- a/CGI-Ex.spec +++ b/CGI-Ex.spec @@ -1,5 +1,5 @@ %define name CGI-Ex -%define version 1.14 +%define version 2.03 %define __find_provides %( echo -n /usr/lib/rpm/find-provides && [ -x /usr/lib/rpm/find-provides.perl ] && echo .perl ) %define __find_requires %( echo -n /usr/lib/rpm/find-requires && [ -x /usr/lib/rpm/find-requires.perl ] && echo .perl ) @@ -19,12 +19,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Provides: %{name} = %{version} %description -CGI::Ex is a Perl module that offers an extended suite of -functionality, over and above that offered by CGI, HTML::FillInForm, -and the host of Validator scripts on CPAN. CGI::Ex tries to use the -best functions from existing modules and extend them with rich -functionality. Particularly of interest is CGI::Ex::App which -provides extremely easy yet robust CGI developement. +CGI::Ex provides a suite of utilities to make writing CGI scripts +more enjoyable. Although they can all be used separately, the +main functionality of each of the modules is best represented in +the CGI::Ex::App module. CGI::Ex::App takes CGI application building +to the next step. CGI::Ex::App is not quite a framework (which normally +includes prebuilt html) instead CGI::Ex::App is an extended application +flow that dramatically reduces CGI build time in most cases. It does so +using as little magic as possible. See L. + +The main functionality is provided by several other modules that +may be used separately, or together through the CGI::Ex interface. %prep %setup -q -n %{name}-%{version}