[libhtml-formfu-model-dbic-perl] branch master updated (468b135 -> e2662c4)
Florian Schlichting
fsfs at alioth.debian.org
Wed Aug 21 14:36:19 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libhtml-formfu-model-dbic-perl.
from 468b135 update changelog
adds 9bbc0c0 Imported Upstream version 0.09010
new 600483f Merge tag 'upstream/0.09010'
new 6b64dfe Import Upstream version 0.09010
new ded2bd3 bump years on included M::I copyright
new 289dc48 bump dependency on libhtml-formfu-perl to 0.09010
new 80c13d6 Bump Standards-Version to 3.9.4 (update to copyright-format 1.0)
new 3cb5fdc Bump dh compatibility to level 8 (no changes necessary)
new 6518215 refresh and forward patches
new 521c0a2 Add myself to uploaders and copyright
new 3f04f9b reformat long line in extended description (lintian warning)
new e2662c4 prepare changelog for release
The 10 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 | 19 +-
MANIFEST | 410 +++---
META.yml | 69 +-
MYMETA.json | 49 +
META.yml => MYMETA.yml | 64 +-
Makefile.PL | 2 +-
README | 1404 ++++++++++----------
debian/changelog | 18 +-
debian/compat | 2 +-
debian/control | 16 +-
debian/copyright | 10 +-
debian/patches/how-to-report-bugs.diff | 7 +-
debian/patches/whatis-entries.diff | 9 +-
inc/Module/Install.pm | 900 +++++++------
inc/Module/Install/Base.pm | 161 +--
inc/Module/Install/Can.pm | 235 ++--
inc/Module/Install/Fetch.pm | 186 +--
inc/Module/Install/Makefile.pm | 686 ++++++----
inc/Module/Install/Metadata.pm | 1346 ++++++++++---------
inc/Module/Install/Win32.pm | 128 +-
inc/Module/Install/WriteAll.pm | 123 +-
lib/HTML/FormFu/Constraint/DBIC/Unique.pm | 42 +-
lib/HTML/FormFu/Model/DBIC.pm | 102 +-
t/constraints/dbic_unique_repeatable_id_field.t | 89 ++
.../dbic_unique_repeatable_id_field.yml} | 25 +-
.../belongs_to_lookup_table_combobox.t | 2 +-
.../belongs_to_lookup_table_combobox.yml | 4 +-
t/lib/MySchema/Master.pm | 1 +
t/options_from_model/enum_select.t | 47 +
.../{constraint_autoset.yml => enum_select.yml} | 10 +-
t/update/belongs_to_combobox.t | 22 +-
t/update/belongs_to_lookup_table_combobox.t | 72 +
.../belongs_to_lookup_table_combobox.yml | 7 +-
33 files changed, 3531 insertions(+), 2736 deletions(-)
create mode 100644 MYMETA.json
copy META.yml => MYMETA.yml (56%)
create mode 100644 t/constraints/dbic_unique_repeatable_id_field.t
copy t/{update/has_many_repeatable_new.yml => constraints/dbic_unique_repeatable_id_field.yml} (57%)
mode change 100755 => 100644 t/default_values/has_many_repeatable_delete_true.t
mode change 100755 => 100644 t/default_values/has_many_repeatable_delete_true.yml
mode change 100755 => 100644 t/default_values/nested_name_accessor.t
mode change 100755 => 100644 t/default_values/nested_name_accessor.yml
mode change 100755 => 100644 t/lib/HTMLFormFu/I18N.pm
mode change 100755 => 100644 t/options_from_model/belongs_to_localize_label.t
mode change 100755 => 100644 t/options_from_model/belongs_to_localize_label.yml
create mode 100644 t/options_from_model/enum_select.t
copy t/options_from_model/{constraint_autoset.yml => enum_select.yml} (64%)
create mode 100644 t/update/belongs_to_lookup_table_combobox.t
copy t/{default_values => update}/belongs_to_lookup_table_combobox.yml (82%)
mode change 100755 => 100644 t/update/has_many_repeatable_many_new_exceed_max.t
mode change 100755 => 100644 t/update/has_many_repeatable_new_dependon.t
mode change 100755 => 100644 t/update/has_many_repeatable_new_dependon.yml
mode change 100755 => 100644 t/update/has_many_repeatable_new_implicit.t
mode change 100755 => 100644 t/update/has_many_repeatable_new_implicit.yml
mode change 100755 => 100644 t/update/has_many_repeatable_new_required_when.t
mode change 100755 => 100644 t/update/has_many_repeatable_new_required_when.yml
mode change 100755 => 100644 t/update/many_to_many_repeatable_new.t
mode change 100755 => 100644 t/update/many_to_many_repeatable_new.yml
mode change 100755 => 100644 t/update/nested_name_accessor.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
More information about the Pkg-perl-cvs-commits
mailing list