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

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

      from  6f6c71a   Releasing libdata-dpath-perl version 0.54-1
      adds  26683f8   - restart from scratch - virtual synopsis - notes, ideas
      adds  f4e2860   - more ideas noted
      adds  be78bec   - experiments with data iterator modules
      adds  e44e5ec   - experiments with Data::Traverse
      adds  3f69ea2   - experiments with references
      adds  ee94745   - new ::Path and ::Context classes
      adds  333084d   - Moose'ified trivial start
      adds  ed56e3d   - test suite as spec
      adds  6737a27   - Changes -> ChangeLog
      adds  ec5a16a   - test suite, documentation
      adds  cc55d5b   - distribution maintenance
      adds  3720847   - jump onto MooseX::Declare
      adds  6b834f4   - code cleanup
      adds  a9691ff   - ::Path also with MooseX::Declare - $VERSION fix
      adds  29ae7d8   - start a trivial path splitting, unfinished
      adds  8c98726   - splitting into steps
      adds  1d58726   - better step creation, lazy now works
      adds  135f927   - first shot on executing a hash-only path
      adds  e765fe3   - first paths working, according tests report OK
      adds  ead2e47   - parent handling ".."
      adds  a797eb9   - more complicated test data
      adds  34cec21   - better PARENT tests
      adds  ecd2285   - changelog
      adds  0c2314d   - synopsis, perl 5.010 dependency
      adds  34278cd   - dependencies MooseX::(Declare,Method::Signatures)
      adds  7c8c538   - ompletely switch to MooseX::Declare with some 
work-arounds   for known namespace issues - debug output optional
      adds  e24ca4c   - more subtle test cases - better synopsis
      adds  e811254   - micro fix in comments
      adds  dd729d4   - git repository in README
      adds  f8a2567   - fix MANIFEST
      adds  b5f7bd2   - repository uri in pod
      adds  2d1b704   - use Sub::Exporter to export
      adds  0c82acb   - more SYNOPSIS
      adds  2184ee4   - uniq results if found by many paths, plus test
      adds  5b550a3   - depndency cleanup - no use strict, already in via Moose
      adds  7801da9   - no longer extend Exporter, since we are on Sub::Exporter
      adds  e608a39   - switch Module::Build to Module::Install
      adds  4fbb618   - distribution maintenance
      adds  68d1306   - inc/ not in git
      adds  905b3a8   - license minor fixes, gitignore & friends
      adds  f4b75e4   - not in git
      adds  103291f   - SYNOPSIS finetuning
      adds  b323399   - prototype for dpath foear even less parens
      adds  be2d055   - experiments to overload smart match
      adds  6fb20c6   - try balanced path part parsing with more quoting
      adds  5b46134   - nearly ok balanced expressions   remaining: slashes in 
quotes: /"AA/AA"/
      adds  d20a045   - documentation fixes
      adds  97620e5   - better tokenizing, can now slashes inside quotes "DD / 
DD"
      adds  e441a09   - fixed splitting path+filter on non-quoted keys
      adds  163b4f5   - some documentation on paths and special characters
      adds  d73123b   - backslash handling
      adds  80aab5e   - $VERSION inside class   since M::I recognizes this 
better than M::B
      adds  b3692a5   - document backslash handling and general DPath syntax
      adds  47c4616   - fix number of backslashes in doc
      adds  5bd0317   - cleanup tokenizer
      adds  796fc49   - cleanup algorithm, really!
      adds  58f850d   - Plug in another tokenizer which can do most of the 
final DPath language
      adds  fca3a8d   - tests for the tokenizer with really strange path
      adds  b4aa21e   - allow different quotes for easier mixing
      adds  59bd103   - overloaded '~~' and tests
      adds  24a7d30   - SYNOPSIS and POD for '~~'
      adds  384be3d   - old code deleted
      adds  3ef9e47   - another #TODO test idea how to match keys by regex
      adds  af82721   - tighter SYNOPSIS
      adds  bc05607   - documentation (for unimplemented features, yes, but to 
design what I want)
      adds  481eff7   - idea collection in TODO tests
      adds  36463bb   - Perlish isa usage in path stress tests
      adds  8ad8e04   - some iterator experiments, useless
      adds  12a9849   - path tests for steps consisting of just filters
      adds  edaa706   - just experiments
      adds  8d6af28   - dependencies to Data::Visitor (latest, just for me :-)
      adds  6a92832   - documentation, evne when unimplemented
      adds  223ffb4   - example how to run Data::Visitor for fun and profit
      adds  0fb685a   - step KEY only uses hashes, rest ignored
      adds  1a6a6fc   - implement and test '//' ('ANYWHERE') - based on 
Data::Visitor
      adds  6246665   - even more tight SYNOPSIS
      adds  2cf2282   - README no longer tied to DPath docs (was too verbose)
      adds  c4c9bba   - test for successive ANYWHEREs
      adds  3c11d53   - fix forgotten deref arrayref
      adds  43dad09   - debug msg
      adds  178fa54   - unleash working tests
      adds  ec635cb   - test successive ANYWHEREs
      adds  42d8142   - more multistep ANYWHERE tests
      adds  c858b79   - implemented first filter: [int] -> array index
      adds  86c6819   - corrected test
      adds  15e679f   - unleash working tests for FILTER int + new ones
      adds  f253dfa   - *sigh*, we can no longer use MooseX::Declare   due to 
its issues with contained eval - switch to plain MooseX::Method::Signatures
      adds  85352e2   - allow /KEY[int] in contrast to /KEY/*[int]   but not 
yet decided whether the semantic is useful - left thinking notes in data_dpath.t
      adds  f54cd45   - comments and docs
      adds  c262a6a   - ANYSTEP also adds single values, not only sub arrays
      adds  03651c9   - unleash working test and better TODO hints
      adds  95d8efd   - don't ignore README
      adds  a597be1   Turn op_match into a method.
      adds  8a8ab0a   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  1b2ec29   - dependencies to fixed versions down the dep queue
      adds  ac130ac   - back to MooseX::Declare since it's bug fixed
      adds  8075b34   - experiments for a better '//'
      adds  3a9068e   - cleanup
      adds  91f2ac2   - cleanup
      adds  f79d2c6   - new sub for '//' with better parent handling
      adds  8616a9c   - adjust '//' tests to new result order
      adds  36d3dbf   - robust against '..' goes too up
      adds  fe419bd   - debug output
      adds  185c095   - test for combination '//..', only half working
      adds  b2d8b4b   - test working sub prototype left on ~~
      adds  bfea8fd   - on the road to filter expressions, not yet working
      adds  e23db90   Make dpath() unavailable as a method.
      adds  9556a6a   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  d720b46   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  1e61168   - fix plain ANYWHERE // to also return SCALAR values
      adds  4470b0b   - vertical alignment
      adds  4689584   - whitespace
      adds  b7b6a0f   - whitespace
      adds  6d9c32c   - fix pod coverage
      adds  467d583   - given/when --> if/elsif in eval filters
      adds  6992e9f   - back to given/when
      adds  ef324c3   - internal suite meta information for testing
      adds  e2d6825   - allow negative indexes
      adds  50ee713   - yet another index test
      adds  39c86cc   - filter with negative int tests
      adds  1346b32   - too high or too negative index filter tests
      adds  6666ba5   - cut debug output and whitespace indenting
      adds  cb1dccb   - big Chuck Norris Roundhouse Kick for more correct 
filter scope
      adds  1d5fc2a   - tests for int filter un-TODO'ed
      adds  8644a68   - more test cleanup
      adds  05f5a85   - fix forgotten 5.10
      adds  672ae74   - skip private suite meta if not available
      adds  56a81a0   - more concise filter code
      adds  d8bff4b   - cleanup debug output
      adds  1001dd3   - fix missing require for filters and report errors
      adds  f893ba7   - fix clash with builtin: index -> idx
      adds  ee37e0d   - un-todo and fix test suite
      adds  5eef569   - fix whitespace in filters
      adds  6bb9561   - allow size in filters + tests
      adds  53b771b   - tests combinations of ANYSTEP(*) with "size" filters
      adds  94db372   - ChangeLog for release
      adds  9170144   - deprecated comments deleted
      adds  0c17ab1   - pod coverage
      adds  6739898   - new filter function "key" giving current element key if 
hash
      adds  bfd70ed   - no uninitialized warnings, as that's normal
      adds  8f0a52c   - indenting
      adds  151d3fa   - tests for new filter function "key"
      adds  1463ee2   - test for cyclic structures, needs to be skipped yet
      adds  a53e644   - new filter function "value"
      adds  45866b0   - test for filter function "value"
      adds  527dce7   - more tests for filter function "value"
      adds  99d7c20   - SYNOPSIS and ChangeLog
      adds  b26b2ad   - doc fixes
      adds  155bc2b   - TODO tests for better filter recognition (not yet 
working)
      adds  2abc8b1   - version bump for release
      adds  79aea50   - tests for negative array indexes
      adds  a84c41f   - version bump for CPAN indexer
      adds  68ba2aa   - fix doc, where it's now no longer not yet implemented
      adds  2702458   - more docs
      adds  b7eb8fb   - more tests with size and version bump for release
      adds  ccc0cfa   - (c) 2009
      adds  e7d3a49   - MANIFEST.SKIP
      adds  a0734da   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  8b82fa4   - package statements to help CPAN indexer
      adds  83667bd   - old idea collection deleted, already implemented
      adds  4f82a46   - Use Scalar::Util::reftype instead of ref.
      adds  d31d9b3   - Provide "reftype" and "isa" filter functions
      adds  0b6a7a2   - docs + changelog + version bump
      adds  cd89b78   - Fix missing dependency to Test::Deep
      adds  1577165   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  aa6e207   - doc improvements
      adds  5faa06f   - quoted special chars (*, //, ..) now work as keys
      adds  89f418b   - ChangeLog
      adds  b872eb0   - minor pod special char fixes
      adds  5b3e58f   dependency
      adds  02a9537   Give class methods a signature that reflects that they 
are.
      adds  164b9ef   - v0.09 for cpan upload
      adds  6f053fe   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  cb973f5   - dummy to test
      adds  c6577a1   - new step "NOSTEP" with single dot /./
      adds  ffb864d   - tests for NOSTEP /./
      adds  51bfe21   - some test cleanup
      adds  13a723b   - auxiliary debug filter function
      adds  a75b348   - docs: describe NOSTEP /./
      adds  4da1ba9   - tests for chained filters on NOSTEPs
      adds  4c14a58   - clean away the debug prints, they became unpractically 
in the meantime
      adds  897695c   - small idea collection after review
      adds  8201d46   - version bump, should become a release, will it really?
      adds  10215da   micro git experiment
      adds  3f6ee3c   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  6d04d0f   - yet another NOSTEP test
      adds  aca47cd   - documentation, "why not XPath"
      adds  47d9e3b   - test for empty keys in hashes and paths
      adds  165903c   Convert subs to methods.
      adds  8436599   Depend on MX::M::S 0.16 for non-scalar method arguments.
      adds  4383100   Use the clean keyword instead of namespace::clean.
      adds  7baf3b4   Clean helper functions from the namespaces.
      adds  98d6bbe   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  921ac54   Use the dirty trait to shut up clean warnings.
      adds  76eaaae   a todo file with ideas
      adds  59e29d3   todo: thinking about ancestor/preceding semantics
      adds  d7260d4   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  2340f5b   - raised dependencies to current MooseX level
      adds  e0923ef   Allow returning of references to matched points in 
original data structure.
      adds  acd7a93   document "dpathr" for getting references
      adds  084a609   some tests for "dpathr"
      adds  43fffa6   version++
      adds  fe11033   changelog for 0.12 with "dpathr"
      adds  e653276   ignore NYTProf output in git
      adds  b8743b3   ignore NYTProf output in MANIFEST
      adds  c8a1973   more tests for "dpathr"
      adds  b166d1d   remove obsolete comment
      adds  6eaafa5   some dpathr tests
      adds  d68050e   aggregated tests for time measurements
      adds  0a6f9d2   SEE ALSO section
      adds  2f43702   comparison matrix against Data::Path
      adds  412ad08   changelog for 0.13
      adds  1a0e6e4   skip commutative test for ~~ as it is no longer in 5.10.1+
      adds  b433d68   fixed tests that relied on ~~ being commutative
      adds  ec27a37   more "no longer commutative ~~" docs cleanup
      adds  3792c2e   Attack warnings in smartmatch with undefined $_
      adds  aced2fb   Attack warnings in smartmatch with undefined $_ on all 
fronts
      adds  2b4c1b7   more or less output
      adds  eb1d82f   more comparison Data::(Path vs. DPath)
      adds  31d3649   changelog and cleanup for 0.14
      adds  d083394   ups, even more cleanup
      adds  6bd7cec   skip with count
      adds  a76f1e6    #!perl -T --> #! /usr/bin/env perl
      adds  2be76f2   benchmark tests
      adds  3be7feb   dependencies for benchmarking
      adds  8f0418e   finetune tests with matching filters
      adds  ad38107   security warning about contained eval
      adds  f3f1295   more correct dpathr handling
      adds  7b2117c   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  cfffba4   - introduce additional attributes on points
      adds  c50829d   - locally provide current point to filter functions
      adds  6d5a04d   - provide attribs{key} to values of hash keys
      adds  302770c   - filter function key() now provides the key under which 
the value is associated
      adds  ee7ba91   - fixed test suite to new key() semantics
      adds  92c80dd   - just a linebreak
      adds  d95b6e9   - path semantics to apply filters to '/' now clear - 
fixed test
      adds  f86c468   - provide attribs{key} to values of hash keys also in 
ANYSTEP
      adds  a383f18   - provide attribs{key} to values of hash keys also in KEY
      adds  ff5c9af   silly debug output cleaned up
      adds  883bb43   - document new key() filter function behaviour
      adds  962bb91   - add type constraints to Point
      adds  8e3f582   - new tests for more attribs{key} in NOSTEP and KEY
      adds  1b7722a   - make synopsis more clear
      adds  3641459   - fix docs/examples for filters
      adds  1b6214d   - new tests for filter function size()
      adds  ceb5b96   - version++ and changelog for CPAN
      adds  54438c1   - allow slashes in filter expressions
      adds  ec89b9b   - activate tests for filter expressions with slashes
      adds  9346d4d   - explicit tests for handling slashes in filter 
expressions
      adds  086448a   - just a collection of tests during development
      adds  855c9f5   - fix docs that avoided "/" in filter expressions, now it 
just uses them
      adds  6b91805   - tests now use "/" in filter expression with extreme 
prejudice
      adds  9ef2f60   - version++ and changelog for CPAN
      adds  c1e4aab   - migrate from extract_bracketed to extract_codeblock
      adds  539bbc6   - test hardcore perl code in filter expressions
      adds  9060479   - version++ and changelog
      adds  103ba03   only clean namespace if not in debugger
      adds  0fefc9a   hm, experiments with conditional clean
      adds  273d325   I plan to use aliased.pm
      adds  7281c63   Docs: difference between /step[filter] vs. 
/step/.[filter] +vs. /step/*[filter]
      adds  7082e61   Speed Optimization: in "//" look ahead to following key 
if possible
      adds  9ac481a   clean is back
      adds  60380d8   clean is back
      adds  4c25d7d   Speed Optimization: aggressively remove type constraints
      adds  321e2fb   Speed Optimization: convert array usage into arrayref 
usage
      adds  2274103   CPAN release v0.20
      adds  5dc475f   Speed Optimization: migrate to Object::Tiny::rw for data 
containers
      adds  89f24f0   Speed Optimization: exchange Moose with Object::Tiny::rw
      adds  a6f170d   Fix indenting
      adds  49bf848   Cleanup code by using no strict 'refs' and no warnings 
'uninitialized'
      adds  4265426   use Object::Tiny::RW instead of ::rw
      adds  1328781   Prepare for v0.21 CPAN release, changelog, version++
      adds  dc5ae2c   credits
      adds  80dd9df   pod coverage an skip test::aggregate
      adds  3afbf23   changelog micro fix
      adds  7ba78d3   Speed Optimization: save a reftype call
      adds  7d89451   drop useless defined check since no strict refs
      adds  11fb61b   switch from Object::Tiny::RW to Class::XSAccessor
      adds  47b050e   dependency
      adds  9c8be5c   Speed Optimization: now even use Class::XSAccessor::Array 
for the next 10% speed
      adds  7dbd2e3   Merge branch 'xsaccessorarray' into xs+reftype
      adds  385d064   use constants
      adds  d852aaa   Merge branch 'constants' into xs+reftype+constants
      adds  2ca49bd   use aliased.pm
      adds  5527a38   use ref instead of reftype (does not work for blessed 
data)
      adds  ff363fa   small profiled enhancements
      adds  b840cf5   Merge branch 'xs+reftype+constants_aliased' into 
xs+reftype+constants_aliased_ref
      adds  fb78bf6   more reftype replaced by ref, still prototype, not 
working for blessed data
      adds  6cbf60a   the "defined" checks were actually a Good Thing for speed
      adds  88ef93a   the "defined" checks were a Good Thing for speed
      adds  9c06ab3   Fix path tests for now must use accessors, no internal 
hash keys
      adds  97770ab   Merge branch 'xs+reftype+constants_aliased' into 
xs+reftype+constants_aliased_ref
      adds  bb1ac18   optimze the optimization: first try fast ref, then reftype
      adds  d962629   more tests that trigger ref vs. reftype bugs
      adds  02e680f   Tests for strange behaviour
      adds  9ca167c   Speed Optimization: only check ref in _any
      adds  2295af9   back to style without repeating code
      adds  8513646   prepare changelog
      adds  e4a8235   changelog
      adds  ee31785   remove redundant operator test
      adds  8984409   require Perl 5.10 and smartmatch overload only when 
available
      adds  435a881   backported test suite for Perl 5.8 with most of the tests
      adds  3a8fd6d   drop useless test
      adds  11d4407   Perl 5.8: say -> print; ~~ -> ->match()
      adds  d32ab87   Incompatible cleanup: filter functions now only with 
exact one form
      adds  ca56f78   Perl 5.8 dependencies, and testsuite fixed.
      adds  031331a   document is_reftype()
      adds  c62c5a0   Merge branch 'perl5.8'
      adds  67d9746   version++
      adds  6f95aa0   no debug output
      adds  babb9da   fix ChangeLog for 0.30
      adds  04cbf66   v0.31 just to fix docs and changelog of rather incomplete 
0.30
      adds  ad29aaf   version 0.32 with dependency to Text::Balanced declared
      adds  9d8f4dd   declare perl version
      adds  e4a602b   no more skip on DPATH_BENCHMARK=1 as we are in xt/ anyway
      adds  35c6bdd   describe array semantics more verbose
      adds  6a4ee55   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  bf1bf7a   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  0e1f813   track size of benchmark data structure
      adds  38c8233   test case for regression around //KEY optimization
      adds  2ff8646   fix regression test
      adds  d029dba   I don't know, some progress output...
      adds  aa6b68f   (hopefully) temporarily deactivate //KEY optimization
      adds  43fc2ec   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  93cfd00   fix //KEY optimization regression
      adds  d90b74b   tests more aggregate friendly
      adds  200cc1f   Prepare CPAN release 0.33
      adds  ea22e77   fix stupid perl version checking in tests
      adds  22b5883   solve some CPAN testing issues, new release 0.34
      adds  dc4a526   add missing ChangeLog for 0.34
      adds  baa4ddf   Remove boilerplate tests.
      adds  c60324d   Update docs.
      adds  4e679d0   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  fbd968d   repository
      adds  b68c475   distro maintenance
      adds  635d458   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  f6e4cd4   Merge branch 'master' of 
g...@github.com:renormalist/data-dpath
      adds  d0cbf17   micro optimization
      adds  8f0086d   more readable internal data structure
      adds  7f87af7   New axis ::ancestor
      adds  1f92d5f   use done_testing() for tests
      adds  1113e26   tests for new ::ancestor axis
      adds  dd39158   New axis ::ancestor-or-self
      adds  cb2732d   Code AEsthetics
      adds  3d1dd57   tests for new ::ancestor-or-self axis
      adds  c95eedc   optimization idea comment
      adds  f5a9f17   factor out ::ancestor
      adds  aaa4ab5   factor out ::ancestor-or-self
      adds  60c1215   factor out .. (parent)
      adds  b1fce10   factor out . (nostep)
      adds  52b5457   factor out * (anystep)
      adds  8de2d91   factor out /key
      adds  033b194   factor out // (anywhere)
      adds  ecc640f   factor out / (root)
      adds  1d8b0ee   drop optimization hint
      adds  d5e9dcb   rename select methods
      adds  f701e85   Code AEsthetics
      adds  c74164b   tests and data for benchmarking
      adds  3af8470   Prepare CPAN release, changelog, version++
      adds  4805633   don't distribute xt/
      adds  0f1d342   document new axes
      adds  ad0ee29   test for quoted '::ancestor'
      adds  3f740b8   more verbose variable name
      adds  021c429   ignore uninitialized
      adds  c8394ac   Introduce Iterator style context usage
      adds  a65f2b3   at least some minimalistic docs
      adds  4cae566   prepare cpan release, changelog, version
      adds  738abc8   Iterator API harmonization
      adds  be62ae5   Example for iterator style in Synopsis
      adds  b779c2e   Access to actual values
      adds  6395b46   API cleanup
      adds  c790101   Documentation cleanup after API rework
      adds  9420f60   Encapsulate attributes with own class
      adds  ec81015   Document Iterator Style usage
      adds  4e88ffe   Code cleanup
      adds  983f6c1   Test for iterators
      adds  739be49   Cleanup docs
      adds  f469f67   Cleanup tests
      adds  9a166f4   changelog
      adds  533953e   version++, dependencies++
      adds  82111dd   implicit author tests
      adds  39d6d25   docs++
      adds  e0f45db   fix regression with optimization and blessed ARRAYs
      adds  459d316   reduced test to only needed data
      adds  ba488c3   partitionize arrays
      adds  78f48da   test for array partitionize
      adds  919c92f   slightly more elegant partitioning
      adds  f24609f   Tests polish
      adds  56a5e28   Tests with bitset TAP-DOMs + cleanup
      adds  dced348   fully qualified constants in test
      adds  ef83c7e   restrict filter expressions to Perl core ops via Safe.pm
      adds  5f7d58b   deps++ and document usage of Safe.pm
      adds  821a288   changelog with Safe.pm changes
      adds  a9845a9   re-enable author test with unsafe debug expressions
      adds  b110a76   backup
      adds  dc252a8   (c) dates++
      adds  acbab85   unittests for lost 0/undef hash values
      adds  f15bc1f   fix lost 0/undef hash values
      adds  c50559b   changelog++
      adds  c2d266b   Fix the fix: use ref directly
      adds  b7e7c1f   version++
      adds  f9fcbac   dependency Safe.pm++
      adds  3ee2292   version++ and changelog
      adds  fe8c66e   fix bug with dpathr()
      adds  b8c2843   Disney patch
      adds  67128e4   un-TODO now working test
      adds  c0a1b1e   resurrect big-data benchmark
      adds  babf267   test for reference juggling with dpathr()
      adds  f568c6e   un-TODO now working 5.8.* tests
      adds  4f88d96   fix 'earlier declaration' warning
      adds  d9595d5   make reference tests 5.8 clean
      adds  d6b68c5   Code Æsthetics
      adds  96463ac   fix wrong changelog
      adds  135a5e7   docs: hint to more slowness with Safe
      adds  f235931   Speed improvement
      adds  2e32552   benchmark without Safe.pm
      adds  4223293   allow too many parent(/..) steps
      adds  36e27c7   Avoid clobbering $_
      adds  3b1d862   less diagnostics
      adds  37dee92   changelog
      adds  e0dc4eb   version++
      adds  8551808   add test for anomaly
      adds  40097a9   cleanup regression test
      adds  0271d17   handle uninitialized warnings in no-Safe.pm-eval
      adds  dfd4206   fix RT#68882 - value() filter function working odd
      adds  00ad5f1   simplify value() filter function
      adds  8c1c5f9   RT#68882 test cleanup
      adds  62e2e0b   version++, ChangeLog
      adds  8a0c5bf   version++, for future release
      adds  7849d2a   Make xt/alltest.t output benchmark numbers
      adds  3a598e8   for the alltest benchmark don't use Safe
      adds  b13f4d6   micro fix skip message
      adds  0ff8c0b   xt/alltest.t now uses TAP v13
      adds  f547a20   small optimizations
      adds  b56b709   Merge remote-tracking branch 'remotes/russoz/master'
      adds  35fcf6f   RT#69042 - use Sys::CPU to figure nr of processors
      adds  3bcbb99   depend on Safe 2.30
      adds  d0ab328   fix POD violations
      adds  66ddb2a   What did you, see old man? -- Dist::jira ... Dist::jira.
      adds  c1fb511   rename ChangeLog
      adds  b174f48   changelog++
      adds  57d0b07   dependency to Safe.pm 2.30
      adds  2a43b98   deactivated unused parallelization support
      adds  f39c56f   fix whitespace
      adds  1d1e54f   documentation cleanup
      adds  17143fd   no more static_version in dist.ini
      adds  aa5a129   v0.45
      adds  e90d6b6   changelog more like CPAN::Changes::Spec
      adds  6cf20ea   fix links to related modules
      adds  42dfc0e   v0.46
      adds  05733d1   relax dependency to Safe 2.30
      adds  83d32e8   v0.47
      adds  ff29604   use Test::TAPv13 in tests
      adds  3138d4a   POD Fix lib/Data/Dpath.pm
      adds  a023111   Merge pull request #1 from pdl/master
      adds  03d5647   [FIX] tests to work with Perl 5.17.6+
      adds  23af578   changelog++
      adds  45c1777   v0.48
      adds  9544ca0   changelog++
      adds  13bc0a2   v0.49
      adds  7b43b40   _any() saves a dereference
      adds  286e675   changelog++
      adds  63840c2   v0.50
      adds  7a2a9b5   upgrade to aliased 0.33 to fix warning on perl 5.21
      adds  c399173   Merge pull request #5 from preaction/master
      adds  73a4643   git ignore nytprof files
      adds  b53af68   docs: describe XPath-like attribute access
      adds  087f3a8   Speed optimizations
      adds  87f061b   changes++
      adds  f0eb22a   more details in latest changelog
      adds  fa486dc   v0.51
      adds  367acc5   doc fix
      adds  a8665bd   doc fix: use 'my' consistently
      adds  a7de8df   fixed Filters link in POD
      adds  15c32b3   Merge pull request #3 from davewood/master
      adds  963902a   Make sure feature.pm is only test.recommends, as is 
optional before 5.10
      adds  da526d8   Merge branch 'master' of 
git://github.com/kentfredric/data-dpath into kentfredric-master
      adds  8dc1c2a   Merge branch 'kentfredric-master'
      adds  e0a7f0e   skip NYTProf files in dist
      adds  a9c0a52   changelog++
      adds  ae784ed   v0.52
      adds  fb159fc   no import from POSIX
      adds  d57c0ec   changelog++
      adds  be8671a   v0.53
      adds  2840eec   separate function '_all' into getting refs and deref
      adds  3c2adb8   provide empty line for dzil VERSION tweaking
      adds  404ab64   rt#106515: provide separate function 'match' and 'matchr'
      adds  a6140c6   docs++
      adds  8d5e9d2   test: for new matchr() function
      adds  b2f11f9   changelog++
      adds  5b37427   v0.54
      adds  69a2b3e   Gna, confusing typo in ChangeLog...
      adds  60c0120   Fix spelling error in manpage
      adds  a2c7f19   changelog++
      adds  1d3e5ba   v0.55
      adds  15c4348   Imported Upstream version 0.55
       new  592f4b5   Merge tag 'upstream/0.55'
       new  77e547c   Gbp-Dch: Ignore
       new  4baf0dd   Remove no longer necessary patch fixing manpage. Already 
applied by upstream.
       new  cf785ec   Releasing libdata-dpath-perl version 0.55-1

The 4 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                                            |   7 +-
 MANIFEST                                           |   6 +-
 META.json                                          | 227 ++++++++++++++++-----
 META.yml                                           | 186 ++++++++++++-----
 Makefile.PL                                        |  17 +-
 README                                             |   4 +-
 debian/changelog                                   |   9 +
 debian/patches/fix-spelling-error-in-manpage.patch |  17 --
 debian/patches/series                              |   1 -
 lib/Data/DPath.pm                                  |   8 +-
 lib/Data/DPath/Attrs.pm                            |   4 +-
 lib/Data/DPath/Context.pm                          |   6 +-
 lib/Data/DPath/Filters.pm                          |   4 +-
 lib/Data/DPath/Path.pm                             |   4 +-
 lib/Data/DPath/Point.pm                            |   4 +-
 lib/Data/DPath/Step.pm                             |   4 +-
 t/author-eol.t                                     |  46 +++++
 t/author-no-tabs.t                                 |  46 +++++
 t/release-eol.t                                    |  16 --
 t/release-no-tabs.t                                |  16 --
 t/release-pod-coverage.t                           |  41 +++-
 21 files changed, 485 insertions(+), 188 deletions(-)
 delete mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/series
 create mode 100644 t/author-eol.t
 create mode 100644 t/author-no-tabs.t
 delete mode 100644 t/release-eol.t
 delete mode 100644 t/release-no-tabs.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-dpath-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