[libxml-compile-perl] branch master updated (827b826 -> 3bbc5fa)

gregor herrmann gregoa at debian.org
Sat Jun 7 12:36:39 UTC 2014


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

gregoa pushed a change to branch master
in repository libxml-compile-perl.

      from  827b826   update changelog
      adds  ae2e73a   Imported Upstream version 1.44
       new  5c0c618   Merge tag 'upstream/1.44'
       new  2e26b1f   New upstream release.
       new  ceb80d3   Bump versioned (build) dependency on liblog-report-perl.
       new  92ebfed   Refresh patch fix-lintian-warnings-about-manpages (offset).
       new  3bbc5fa   update changelog / add WAITS-FOR

The 5 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:
 ChangeLog                                          |  28 +-
 MANIFEST                                           |   1 +
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |   4 +-
 README                                             |  12 +-
 debian/changelog                                   |   9 +-
 debian/control                                     |   4 +-
 debian/patches/fix-lintian-warnings-about-manpages |   6 +-
 lib/XML/Compile.pm                                 |   5 +-
 lib/XML/Compile.pod                                |  10 +-
 lib/XML/Compile/FAQ.pod                            |   4 +-
 lib/XML/Compile/Iterator.pm                        |  12 +-
 lib/XML/Compile/Iterator.pod                       |   4 +-
 lib/XML/Compile/Schema.pm                          |   3 +-
 lib/XML/Compile/Schema.pod                         |  39 +-
 lib/XML/Compile/Schema/BuiltInFacets.pm            |  10 +-
 lib/XML/Compile/Schema/BuiltInFacets.pod           |   4 +-
 lib/XML/Compile/Schema/BuiltInTypes.pm             |   5 +-
 lib/XML/Compile/Schema/BuiltInTypes.pod            |   7 +-
 lib/XML/Compile/Schema/Instance.pm                 |  22 +-
 lib/XML/Compile/Schema/Instance.pod                |   4 +-
 lib/XML/Compile/Schema/NameSpaces.pm               |   3 +-
 lib/XML/Compile/Schema/NameSpaces.pod              |   4 +-
 lib/XML/Compile/Schema/Specs.pm                    |   3 +-
 lib/XML/Compile/Schema/Specs.pod                   |   4 +-
 lib/XML/Compile/Translate.pm                       | 486 ++++++++++-----------
 lib/XML/Compile/Translate.pod                      |   4 +-
 lib/XML/Compile/Translate/Reader.pm                |  61 ++-
 lib/XML/Compile/Translate/Reader.pod               |   4 +-
 lib/XML/Compile/Translate/Template.pm              |  68 +--
 lib/XML/Compile/Translate/Template.pod             |   4 +-
 lib/XML/Compile/Translate/Writer.pm                |  56 ++-
 lib/XML/Compile/Translate/Writer.pod               |   4 +-
 lib/XML/Compile/Util.pm                            |  65 ++-
 lib/XML/Compile/Util.pod                           |  21 +-
 t/02ext.t                                          |   2 +-
 t/03duration.t                                     |  52 +++
 t/39ns.t                                           |  42 +-
 t/45ctcext.t                                       |  22 +-
 t/63mixed.t                                        |   1 +
 t/70templ.t                                        | 103 +++--
 t/77form.t                                         |  14 +-
 t/91noqual.t                                       |   1 +
 t/TestTools.pm                                     |  10 +-
 45 files changed, 741 insertions(+), 494 deletions(-)
 create mode 100644 t/03duration.t

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



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