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

js pushed a change to branch master
in repository libxml-struct-perl.

      from  e2a54ca   Initial packaging.
      adds  3b87295   migrated to Milla
      adds  7d5f5c9   add travis/coveralls badges
      adds  261bdfd   simplified Writer, fixed writing mixed XML
      adds  7cdeccd   more tests
      adds  02470bb   next release
      adds  6a77acd   0.24
      adds  5417756   explicit function call to reftype
      adds  3c11e03   allow resetting to/handler of writers
      adds  9e2cb24   refactored XML::Struct::Simple
      adds  02c7887   experimental reader option: deep (issue #16)
      adds  84658f4   0.25
      adds  57e75c3   additional test
      adds  39d2ced   fix builder support of Moo 1.0
      adds  a1ccc1e   fix encoding of empty tag in simple format
      adds  ff6eaf6   new release
      adds  b880e79   0.26
      adds  ed14388   Imported Upstream version 0.26
       new  a674722   Merge tag 'upstream/0.26'
       new  e120b47   Bump debhelper compatibility level to 9.
       new  ffa117e   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
       new  5a06736   Tidy rules file: Suppress versioned debhelper 
build-dependency.
       new  3a8639f   Update copyright info: Extend coverage of packaging to 
include current year.
       new  74f3a1f   Override lintian regarding license in License-Reference 
field. See bug#786450.
       new  9b50ef0   Override lintian regarding build-depending unversioned on 
debhelper.
       new  30ad006   Update package relations: Relax to (build-)depend 
unversioned on libxml-libxml-perl: Needed version satisfied even in oldstable.
       new  10b1d54   Include CDBS perl-build.mk (not perl-makemaker.mk). 
Build-depend on libmodule-build-tiny-perl. Tighten build-dependency on cdbs.
       new  96e2aef   Prepare for release: Update changelog, control file and 
copyright hints.

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:
 Build.PL                        |   7 +
 CHANGES => Changes              |  16 +-
 LICENSE                         |   8 +-
 MANIFEST                        |  15 +-
 META.json                       |  62 +++++++
 META.yml                        |  22 ++-
 Makefile.PL                     |  51 ------
 README                          | 148 +++++++++++++++-
 cpanfile                        |   4 +-
 debian/changelog                |  32 ++++
 debian/compat                   |   2 +-
 debian/control                  |   5 +-
 debian/copyright                |  45 ++---
 debian/copyright_hints          |  28 ++--
 debian/rules                    |  10 +-
 debian/source/lintian-overrides |   8 +
 dist.ini                        |   2 +
 lib/XML/Struct.pm               |  32 ++--
 lib/XML/Struct/Reader.pm        | 145 ++++++++++------
 lib/XML/Struct/Simple.pm        | 228 +++++++++++++------------
 lib/XML/Struct/Writer.pm        | 362 +++++++++++++++++++---------------------
 lib/XML/Struct/Writer/Stream.pm |  40 +----
 t/issue-10.t                    |   2 +-
 t/reader-depth.t                |  47 ++++++
 t/reader.t                      |  28 +++-
 t/release-pod-syntax.t          |  14 ++
 t/simple.t                      |  70 ++++++++
 t/{synopsis.t => struct.t}      |  16 --
 t/write-liberal.t               |  33 ----
 t/write-mixed.t                 |  42 +++++
 t/writer.t                      |   5 +
 31 files changed, 953 insertions(+), 576 deletions(-)
 create mode 100644 Build.PL
 rename CHANGES => Changes (79%)
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 dist.ini
 create mode 100644 t/reader-depth.t
 create mode 100644 t/release-pod-syntax.t
 create mode 100644 t/simple.t
 rename t/{synopsis.t => struct.t} (56%)
 delete mode 100644 t/write-liberal.t
 create mode 100644 t/write-mixed.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libxml-struct-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to