[libdata-dpath-perl] branch master updated (7eb72b4 -> 7953661)

Axel Beckert abe at deuxchevaux.org
Sat Sep 23 22:33:45 UTC 2017


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

abe pushed a change to branch master
in repository libdata-dpath-perl.

      from  7eb72b4   update changelog
      adds  bdaf27e   ignore uninitialize warnings when comparing the result of reftype in is_reftype
      adds  e06e5cd   Merge pull request #9 from djerius/uninit-filter
      adds  1b7e8cc   new Point attribute, 'idx': array index for point stored in an array
      adds  f9098ff   make contexts immune to search; add ANYWHERE step test for idx attribute
      adds  5acf3f6   untabify source
      adds  e729209   Merge pull request #8 from djerius/array-index
      adds  9646159   split package statement so dzil doesn't recognize it as a package and add stuff there
      adds  1e21a63   Merge pull request #11 from djerius/fix-dzil
      adds  20f5dbe   quiet experimental smartmatch warnings
      adds  f2b4408   completely quiet warnings in Safe compartment
      adds  ee22dc5   silence smartmatch errors if Safe compartment is not used
      adds  91c854c   don't localize $^W in BEGIN; it'll have no effect outside of it
      adds  290aa44   Merge pull request #10 from djerius/experimental-smartmatch
      adds  c9836fb   untabify
      adds  75abea8   changelog++
      adds  61d5a6d   v0.56
      adds  a9bf292   fix invalid optag on 5.8.9
      adds  b0338d5   Merge pull request #12 from preaction/optag-opcodes
      adds  6ed123b   Removed permit that doesn't appear needed but causes peculiar warning: "Number found where operator expected at {path}/warnings.pm line {line}, near "caller 1 when used in conjunction with Test::Exception.
      adds  4fcb032   Merge pull request #15 from elderling/issue-14-number-found-warning
      adds  21b9495   version dependent optag handling for Safe
      adds  2acd3b9   changelog++
      adds  681b3f6   do not use ~~ inside filters
      adds  f38855e   v0.57
      adds  71e8248   New upstream version 0.57
       new  7192b8b   Update upstream source from tag 'upstream/0.57'
       new  7953661   Update debian/changelog

The 2 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                                         |   9 +
 LICENSE                                         |   8 +-
 MANIFEST                                        |   5 +-
 META.json                                       | 217 ++++++++++++++-----
 META.yml                                        | 264 ++++++++++++++++--------
 Makefile.PL                                     |  16 +-
 README                                          |   6 +-
 debian/changelog                                |   7 +-
 lib/Data/DPath.pm                               |  12 +-
 lib/Data/DPath/Attrs.pm                         |   8 +-
 lib/Data/DPath/Context.pm                       |  46 +++--
 lib/Data/DPath/Filters.pm                       |  11 +-
 lib/Data/DPath/Path.pm                          |   8 +-
 lib/Data/DPath/Point.pm                         |   8 +-
 lib/Data/DPath/Step.pm                          |   8 +-
 t/00-compile.t                                  |  60 ++++++
 t/author-eol.t                                  |   3 +-
 t/author-no-tabs.t                              |   3 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/data_dpath.t                                  |  25 +--
 t/iterator.t                                    |  36 +++-
 t/optimization.t                                |   1 +
 t/regressions.t                                 |   1 +
 t/zeros.t                                       |   1 +
 24 files changed, 557 insertions(+), 211 deletions(-)
 create mode 100644 t/00-compile.t
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

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



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