[libcatalyst-controller-html-formfu-perl] branch master updated (ed00b9a -> 4078dff)
Damyan Ivanov
dmn at moszumanska.debian.org
Tue Oct 31 17:57:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
dmn pushed a change to branch master
in repository libcatalyst-controller-html-formfu-perl.
from ed00b9a releasing package libcatalyst-controller-html-formfu-perl version 2.01-2
adds 75b4ef2 New upstream version 2.02
new 48add58 Update upstream source from tag 'upstream/2.02'
new b3e355a declare conformance with Policy 4.1.1
new 4078dff releasing package libcatalyst-controller-html-formfu-perl version 2.02-1
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 35 +-
MANIFEST | 41 +-
META.json | 520 ++++++++++++++++++++-
META.yml | 391 +++++++++++++++-
Makefile.PL | 11 +-
README | 503 +++++++++++++++++++-
debian/changelog | 9 +
debian/control | 2 +-
dist.ini | 42 +-
lib/Catalyst/Controller/HTML/FormFu.pm | 4 +-
lib/Catalyst/Controller/HTML/FormFu/Action/Form.pm | 2 +-
.../Controller/HTML/FormFu/Action/FormConfig.pm | 2 +-
.../Controller/HTML/FormFu/Action/FormMethod.pm | 2 +-
.../Controller/HTML/FormFu/Action/MultiForm.pm | 2 +-
.../HTML/FormFu/Action/MultiFormConfig.pm | 2 +-
.../HTML/FormFu/Action/MultiFormMethod.pm | 2 +-
.../Controller/HTML/FormFu/ActionBase/Form.pm | 2 +-
lib/Catalyst/Helper/HTML/FormFu.pm | 4 +-
lib/HTML/FormFu/Constraint/RequestToken.pm | 2 +-
lib/HTML/FormFu/Element/RequestToken.pm | 4 +-
lib/HTML/FormFu/Plugin/RequestToken.pm | 2 +-
t-aggregate/multiform-file-upload.t | 82 ----
t/00-report-prereqs.dd | 54 +++
t/00-report-prereqs.t | 183 ++++++++
{t-aggregate => t}/01basic-form.t | 0
{t-aggregate => t}/01basic-formconfig.t | 0
{t-aggregate => t}/01basic-formconfig_conf_ext.t | 0
{t-aggregate => t}/01basic-formmethod.t | 0
{t-aggregate => t}/01basic-token.t | 0
{t-aggregate => t}/02multiform-multiformconfig.t | 0
{t-aggregate => t}/02multiform-multiformmethod.t | 0
{t-aggregate => t}/02multiform-token.t | 0
{t-aggregate => t}/03instancepercontext.t | 0
t/aggregate.t | 10 -
{t-aggregate => t}/elements/requesttoken.t | 2 +-
{t-aggregate => t}/elements/requesttoken.yml | 0
t/release-distmeta.t | 14 -
xt/author/00-compile.t | 65 +++
t/author-critic.t => xt/author/critic.t | 8 -
t/author-eol.t => xt/author/eol.t | 10 +-
t/author-pod-syntax.t => xt/author/pod-syntax.t | 8 -
xt/release/distmeta.t | 6 +
t/release-kwalitee.t => xt/release/kwalitee.t | 8 -
.../release/pause-permissions.t | 8 -
44 files changed, 1799 insertions(+), 243 deletions(-)
delete mode 100644 t-aggregate/multiform-file-upload.t
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
rename {t-aggregate => t}/01basic-form.t (100%)
rename {t-aggregate => t}/01basic-formconfig.t (100%)
rename {t-aggregate => t}/01basic-formconfig_conf_ext.t (100%)
rename {t-aggregate => t}/01basic-formmethod.t (100%)
rename {t-aggregate => t}/01basic-token.t (100%)
rename {t-aggregate => t}/02multiform-multiformconfig.t (100%)
rename {t-aggregate => t}/02multiform-multiformmethod.t (100%)
rename {t-aggregate => t}/02multiform-token.t (100%)
rename {t-aggregate => t}/03instancepercontext.t (100%)
delete mode 100644 t/aggregate.t
rename {t-aggregate => t}/elements/requesttoken.t (86%)
rename {t-aggregate => t}/elements/requesttoken.yml (100%)
delete mode 100644 t/release-distmeta.t
create mode 100644 xt/author/00-compile.t
rename t/author-critic.t => xt/author/critic.t (65%)
rename t/author-eol.t => xt/author/eol.t (85%)
rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
create mode 100644 xt/release/distmeta.t
rename t/release-kwalitee.t => xt/release/kwalitee.t (54%)
rename t/release-pause-permissions.t => xt/release/pause-permissions.t (65%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-controller-html-formfu-perl.git
More information about the Pkg-perl-cvs-commits
mailing list