[libhtml-formhandler-model-dbic-perl] branch master updated (cbfe17b -> be0b95d)

dod at debian.org dod at debian.org
Sun Oct 13 16:45:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libhtml-formhandler-model-dbic-perl.

      from  cbfe17b   Remove trailing whitespace
      adds  56f2063   Imported Upstream version 0.28
       new  de86c4a   Merge tag 'upstream/0.28'
       new  9e843e8   bumped compat to 9
       new  5107a3a   control: added version dep on libdbix-class-perl
       new  b0879fe   control: bump std-version to 3.9.4
       new  d74402b   control: + build-dep in libtest-exception-perl
       new  34b692a   copyright: updated years
       new  3e6c867   prepare release
       new  be0b95d   Merge branch 'master' of ssh://git.debian.org/git/pkg-perl/packages/libhtml-formhandler-model-dbic-perl

The 8 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                                     |   16 +
 LICENSE                                     |    6 +-
 MANIFEST                                    |    4 +
 META.json                                   |    5 +-
 META.yml                                    |    5 +-
 Makefile.PL                                 |    5 +-
 README                                      |    4 +-
 SIGNATURE                                   |   58 +--
 debian/changelog                            |   14 +-
 debian/compat                               |    2 +-
 debian/control                              |   11 +-
 debian/copyright                            |    4 +-
 dist.ini                                    |    7 +-
 lib/HTML/FormHandler/Generator/DBIC.pm      |    4 +-
 lib/HTML/FormHandler/Model/DBIC.pm          |    6 +-
 lib/HTML/FormHandler/Model/DBIC/TypeMap.pm  |    4 +-
 lib/HTML/FormHandler/TraitFor/DBICFields.pm |    4 +-
 lib/HTML/FormHandler/TraitFor/Model/DBIC.pm |  628 ++++++++++++++-------------
 script/form_generator.pl                    |    4 +-
 t/active_column.t                           |   34 ++
 t/book.t                                    |   15 +-
 t/book2pk.t                                 |   30 ++
 t/db/book.db                                |  Bin 37888 -> 39936 bytes
 t/db/bookdb.sql                             |   28 +-
 t/fif.t                                     |    3 +-
 t/lib/BookDB/Form/Book.pm                   |    6 +
 t/lib/BookDB/Form/{Book.pm => Book2PK.pm}   |   53 +--
 t/lib/BookDB/Schema/Result/Author.pm        |    2 +-
 t/lib/BookDB/Schema/Result/Book2PK.pm       |   31 ++
 t/lib/BookDB/Schema/Result/Borrower.pm      |    5 +
 t/mult_pk.t                                 |    4 +
 t/unique.t                                  |    2 +-
 32 files changed, 581 insertions(+), 423 deletions(-)
 create mode 100644 t/active_column.t
 create mode 100644 t/book2pk.t
 copy t/lib/BookDB/Form/{Book.pm => Book2PK.pm} (57%)
 create mode 100644 t/lib/BookDB/Schema/Result/Book2PK.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formhandler-model-dbic-perl.git



More information about the Pkg-perl-cvs-commits mailing list