forked from perl/perl-HTML-Form
Accepting request 998837 from devel:languages:perl:autoupdate
- updated to 6.10
see /usr/share/doc/packages/perl-HTML-Form/Changes
6.10 2022-08-22 13:20:12Z
- Use "croak" instead of "die" to show errors from the perspective of the
caller [RT#20499] (GH#29) (Julien Fiegehenn)
- Remove the executable bit from a couple of tests (GH#41) (James Raspass)
- <option>s within select fields without a name no longer get merged into
the previous select field (GH#2) (Julien Fiegehenn)
- find_input() can now take a reference to undef to explicitly find inputs
that have no name (GH#2) (Julien Fiegehenn)
OBS-URL: https://build.opensuse.org/request/show/998837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Form?expand=0&rev=15
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name HTML-Form
|
||||
Name: perl-HTML-Form
|
||||
Version: 6.09
|
||||
Version: 6.10
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Class that represents an HTML form element
|
||||
@@ -50,7 +50,6 @@ can be passed to the request() method of LWP::UserAgent.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user