forked from pool/perl-HTML-FormHandler
Accepting request 379095 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/379095 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-FormHandler?expand=0&rev=19
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTML-FormHandler
|
||||
Version: 0.40064
|
||||
Version: 0.40065
|
||||
Release: 0
|
||||
%define cpan_name HTML-FormHandler
|
||||
Summary: HTML forms using Moose
|
||||
@@ -81,9 +81,8 @@ Requires: perl(namespace::autoclean) >= 0.09
|
||||
|
||||
%description
|
||||
*** Although documentation in this file provides some overview, it is
|
||||
mainly intended for API documentation. See the
|
||||
HTML::FormHandler::Manual::Intro manpage for an introduction, with links to
|
||||
other documentation.
|
||||
mainly intended for API documentation. See HTML::FormHandler::Manual::Intro
|
||||
for an introduction, with links to other documentation.
|
||||
|
||||
HTML::FormHandler maintains a clean separation between form construction
|
||||
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
|
||||
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:
|
||||
all-in-one solutions like the HTML::FormHandler::Render::Simple manpage and
|
||||
the HTML::FormHandler::Render::Table manpage that contain methods for
|
||||
rendering field widget classes, and the the HTML::FormHandler::Widget
|
||||
manpage roles, which are more atomic roles which are automatically applied
|
||||
to fields and form. See the HTML::FormHandler::Manual::Rendering manpage
|
||||
for more details. (And you can easily use hand-built forms - FormHandler
|
||||
doesn't care.)
|
||||
all-in-one solutions like HTML::FormHandler::Render::Simple and
|
||||
HTML::FormHandler::Render::Table that contain methods for rendering field
|
||||
widget classes, and the HTML::FormHandler::Widget roles, which are more
|
||||
atomic roles which are automatically applied to fields and form. See
|
||||
HTML::FormHandler::Manual::Rendering for more details. (And you can easily
|
||||
use hand-built forms - FormHandler doesn't care.)
|
||||
|
||||
The typical application for FormHandler would be in a Catalyst,
|
||||
DBIx::Class, Template Toolkit web application, but use is not limited to
|
||||
that. FormHandler can be used in any Perl application.
|
||||
|
||||
More Formhandler documentation and a tutorial can be found in the manual at
|
||||
the HTML::FormHandler::Manual manpage.
|
||||
HTML::FormHandler::Manual.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@@ -149,6 +147,6 @@ the HTML::FormHandler::Manual manpage.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README TODO util
|
||||
%doc Changes LICENSE README README.md TODO util
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user