forked from pool/perl-HTML-FormHandler
Accepting request 379047 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/379047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=33
This commit is contained in:
committed by
Git OBS Bridge
parent
0b9fae2673
commit
b2657c0556
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae70070ecfd3be1fbcd5198b7b5e76944facc2f151d7980ee8f7f6b33b4378ee
|
|
||||||
size 310478
|
|
3
HTML-FormHandler-0.40065.tar.gz
Normal file
3
HTML-FormHandler-0.40065.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2a8ee6556d9d66a095ea65c84df9197f12e7918e22fd4f00dbd241dc49be4cb
|
||||||
|
size 311579
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 10:35:10 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.40065
|
||||||
|
see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
|
||||||
|
|
||||||
|
0.40065 Sat Mar 19, 2016
|
||||||
|
Ensure Text fields only contain a single value
|
||||||
|
Make it easier to specify a Select field having identical labels and values.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 20 15:57:48 UTC 2015 - coolo@suse.com
|
Sun Sep 20 15:57:48 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-FormHandler
|
# spec file for package perl-HTML-FormHandler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-FormHandler
|
Name: perl-HTML-FormHandler
|
||||||
Version: 0.40064
|
Version: 0.40065
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-FormHandler
|
%define cpan_name HTML-FormHandler
|
||||||
Summary: HTML forms using Moose
|
Summary: HTML forms using Moose
|
||||||
@@ -81,9 +81,8 @@ Requires: perl(namespace::autoclean) >= 0.09
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
*** Although documentation in this file provides some overview, it is
|
*** Although documentation in this file provides some overview, it is
|
||||||
mainly intended for API documentation. See the
|
mainly intended for API documentation. See HTML::FormHandler::Manual::Intro
|
||||||
HTML::FormHandler::Manual::Intro manpage for an introduction, with links to
|
for an introduction, with links to other documentation.
|
||||||
other documentation.
|
|
||||||
|
|
||||||
HTML::FormHandler maintains a clean separation between form construction
|
HTML::FormHandler maintains a clean separation between form construction
|
||||||
and form rendering. It allows you to define your forms and fields in a
|
and form rendering. It allows you to define your forms and fields in a
|
||||||
@@ -117,20 +116,19 @@ flexibility in what you can do.
|
|||||||
HTML::FormHandler provides rendering through roles which are applied to
|
HTML::FormHandler provides rendering through roles which are applied to
|
||||||
form and field classes (although there's no reason you couldn't write a
|
form and field classes (although there's no reason you couldn't write a
|
||||||
renderer as an external object either). There are currently two flavors:
|
renderer as an external object either). There are currently two flavors:
|
||||||
all-in-one solutions like the HTML::FormHandler::Render::Simple manpage and
|
all-in-one solutions like HTML::FormHandler::Render::Simple and
|
||||||
the HTML::FormHandler::Render::Table manpage that contain methods for
|
HTML::FormHandler::Render::Table that contain methods for rendering field
|
||||||
rendering field widget classes, and the the HTML::FormHandler::Widget
|
widget classes, and the HTML::FormHandler::Widget roles, which are more
|
||||||
manpage roles, which are more atomic roles which are automatically applied
|
atomic roles which are automatically applied to fields and form. See
|
||||||
to fields and form. See the HTML::FormHandler::Manual::Rendering manpage
|
HTML::FormHandler::Manual::Rendering for more details. (And you can easily
|
||||||
for more details. (And you can easily use hand-built forms - FormHandler
|
use hand-built forms - FormHandler doesn't care.)
|
||||||
doesn't care.)
|
|
||||||
|
|
||||||
The typical application for FormHandler would be in a Catalyst,
|
The typical application for FormHandler would be in a Catalyst,
|
||||||
DBIx::Class, Template Toolkit web application, but use is not limited to
|
DBIx::Class, Template Toolkit web application, but use is not limited to
|
||||||
that. FormHandler can be used in any Perl application.
|
that. FormHandler can be used in any Perl application.
|
||||||
|
|
||||||
More Formhandler documentation and a tutorial can be found in the manual at
|
More Formhandler documentation and a tutorial can be found in the manual at
|
||||||
the HTML::FormHandler::Manual manpage.
|
HTML::FormHandler::Manual.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -149,6 +147,6 @@ the HTML::FormHandler::Manual manpage.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README TODO util
|
%doc Changes LICENSE README README.md TODO util
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user