|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Params-Coerce
|
|
|
|
Name: perl-Params-Coerce
|
|
|
|
Version: 0.13
|
|
|
|
Version: 0.13
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Allows your classes to do coercion of parameters
|
|
|
|
Summary: Allows your classes to do coercion of parameters
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -20,7 +20,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
A big part of good API design is that we should be able to be flexible in
|
|
|
|
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
|
|
|
|
%prep
|
|
|
|
%setup -q -n Params-Coerce-%{version}
|
|
|
|
%setup -q -n Params-Coerce-%{version}
|
|
|
@ -52,5 +54,8 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-2
|
|
|
|
|
|
|
|
- add additional verbosity to %%description
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 05 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-1
|
|
|
|
* Tue Sep 05 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.69.1.
|
|
|
|
- Specfile autogenerated by cpanspec 1.69.1.
|
|
|
|