SPECS: perl-Params-Check.spec - adapter
glen
glen at pld-linux.org
Wed Jul 26 14:49:53 CEST 2006
Author: glen Date: Wed Jul 26 12:49:52 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- adapter
---- Files affected:
SPECS:
perl-Params-Check.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-Params-Check.spec
diff -u SPECS/perl-Params-Check.spec:1.1 SPECS/perl-Params-Check.spec:1.2
--- SPECS/perl-Params-Check.spec:1.1 Wed Jul 26 14:43:05 2006
+++ SPECS/perl-Params-Check.spec Wed Jul 26 14:49:45 2006
@@ -16,8 +16,6 @@
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 1756a2b387544fea13b442f3be8a39dc
-#Patch0: %{name}
-# most of CPAN modules have generic URL (substitute pdir and pnam here)
URL: http://search.cpan.org/dist/Params-Check
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
@@ -28,16 +26,18 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Perl module Params::Check is a generic input parsing/checking mechanism.
-It allows you to validate input via a template. The only requirement is that the arguments must be named.
-Params::Check can do the following things for you:
- - Convert all keys to lowercase
- - Check if all required arguments have been provided
- - Set arguments that have not been provided to the default
- - Weed out arguments that are not supported and warn about them to the user
- - Validate the arguments given by the user based on strings, regexes, lists or even subroutines
- - Enforce type integrity if required
-
+Perl module Params::Check is a generic input parsing/checking
+mechanism. It allows you to validate input via a template. The only
+requirement is that the arguments must be named. Params::Check can do
+the following things for you:
+- Convert all keys to lowercase
+- Check if all required arguments have been provided
+- Set arguments that have not been provided to the default
+- Weed out arguments that are not supported and warn about them to the
+ user
+- Validate the arguments given by the user based on strings, regexes,
+ lists or even subroutines
+- Enforce type integrity if required
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -72,6 +72,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/07/26 12:49:45 glen
+- adapter
+
Revision 1.1 2006/07/26 12:43:05 agaran
- initial, ver 0.25, rel 0.1, NFY, WIP
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Params-Check.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list