diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 84ab1ea..e58bd68 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL or Artistic Group: Development/Libraries @@ -20,7 +20,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %description A big part of good API design is that we should be able to be flexible in -the ways that we take parameters. +the ways that we take parameters. Params::Coerce attempts to encourage this, +by making it easier to take a variety of different arguments, while adding +negligable additional complexity to your code. %prep %setup -q -n Params-Coerce-%{version} @@ -52,5 +54,8 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Sep 07 2006 Chris Weyl 0.13-2 +- add additional verbosity to %%description + * Tue Sep 05 2006 Chris Weyl 0.13-1 - Specfile autogenerated by cpanspec 1.69.1.