[libdata-peek-perl] branch master updated (adcb6db -> c4f4d91)

gregor herrmann gregoa at debian.org
Sat May 21 15:29:58 UTC 2016


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

gregoa pushed a change to branch master
in repository libdata-peek-perl.

      from  adcb6db   update changelog
      adds  a8ecaa4   Initial checkin
      adds  8d2cc7f   PerlIO is only available in 5.8 and up
      adds  186ff74   Perl 5.6 is a minimal requirement for 'use warnings'
      adds  6fdd95b   Tests for DPeek ()
      adds  9291ef2   Inconsistencies in perl versions
      adds  2ae6c30   Tests modified to pass 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel 5.8.0 did not export Perl_sv_catpvn ()
      adds  7c64f80   test.sh too volatile to keep track off
      adds  65917fd   More tests for DPeek, more passes
      adds  63dad2a   Fix for dreaded threaded builds
      adds  c095625   DDump_rf () isn't used, so removed
      adds  9f27698   Perl_sv_* () might not have been exported warning in README Specifically Win32 and AIX might be affected here.
      adds  d3f58ae   In void context DDumper prints to STDERR Tests for DDumper DDump will use DDump_IO if PerlIO is available (I might revert that. not sure yet) Lineout width is 16, not 20
      adds  45e00ca   We need tests for DDump () too
      adds  72e9670   Generate test data
      adds  aebd104   Ahh, hell, sv_dump changes a lot over versions Almost impossible to test version-independent
      adds  2b588c8   Added DDual ()
      adds  a79eee3   $! and $1 are not constant accross OS's cleaned up tests
      adds  628d3a1   Release as 0.15
      adds  fd6b7ef   Allocated length for PV's depends on arch (upped test to 8)
      adds  15f4f64   Released on Amsterdam.pm
      adds  c035ae4   Renamed DDumper to Data::Peek
      adds  75eac06   Default argument for DPeek is $_
      adds  3b3024c   example should also use Data::Peek
      adds  57c3ec3   Optionally install DP as shortcut for Data::Peek
      adds  dec90b7   Public git repo set up
      adds  19d1a6f   Typo in pod (Joshua Juran)
      adds  33041db   MSwin doesn't use plain \n
      adds  34aeb7b   Some MSWin (ActivePerl) and AIX builds do not have Perl_sv_peek () exported
      adds  c332985   Split on newline done in module Tested on Strawberry Fix for RT#39916
      adds  396687c   Updated to ppport-3.14_01
      adds  9d91858   YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
      adds  e7004bc   Get DP.pm's version from Peek.pm Install DP.pm in $INST_LIB
      adds  73a429f   Another YAML validation with Parse::CPAN::Meta
      adds  d043331   Selecting to install DP did not install Data::Peek
      adds  859ad9e   Implement DDisplay ()
      adds  e9b2504   Implement triplevar ()
      adds  4cf547c   Update ppport.h to 3.14_05
      adds  17d58d7   Update ppport.h to 3.14_05 (mhx++) 5.6.x DDisplay ()'s UTF8 different
      adds  4598551   make leaktest/leakcheck enabled and executed
      adds  3b9e6ff   Wrong e-mail in META.yml
      adds  e032f07   #34831 fixed tied $,
      adds  7f323ee   It's 2009. Happy newyear
      adds  1aa9ca4   Corrected paren placement for bless (...)
      adds  73fc1bf   for both ; and ,
      adds  7ef21ce   Documentation fixes
      adds  451c656   Added Test::NoWarnings
      adds  0c91716   added resources/repository to META.yml
      adds  380c3b0   add configure_requires to META.yml
      adds  f66b5d5   typo in genMETA
      adds  069ec13   Added DDsort ()
      adds  c915bff   Tests for DDsort
      adds  8fd583d   void context behaviour for DPeek () void context behaviour for DDual () thread safety
      adds  a607cc9   Add DGrow ()
      adds  22c5a95   Document speed diff
      adds  6bfac38   Added t/52_DGrow, so tell the MANIFEST
      adds  20ce908   Use skip instead of skip_all for builds that have no DPeek ()
      adds  ffcdfd1   Reformat/podify README Mention how to get from git
      adds  e71b4a4   Initial length is 16 on 64bit Snow Leopard
      adds  f0f1714   Be more lenient towards allocated space
      adds  f56a253   v 0.29
      adds  2fa1287   use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
      adds  4a21f5f   more Data::Dumper options
      adds  6f0d875   Put first hash element after opening lonely brace
      adds  d3ff165   Upped copyright to 2010
      adds  1467169   Put first hash element after opening lonely brace in docs too
      adds  229ea43   Use warn () instead of print STDERR
      adds  b504ccf   Dropped YAML spec to 1.0
      adds  ed74256   Modules should not include (3) in links
      adds  441d8b5   DGrow tests for bigger gap
      adds  161cc85   Spell checking
      adds  5f6869b   add DHexDump
      adds  c945044   Add tests for DHexDump ()
      adds  b209c0e   NetBSD uses multiples of 1k
      adds  f385394   Complete DHexDump () distribution
      adds  0c26c9a   Require perl 5.8.0
      adds  cd71ee6   tiny doc change
      adds  f904ad4   Added :tidy, stream DDumper output through Perl::Tidy
      adds  d3c0a33   Recommend Perl::Tidy
      adds  a82f9ee   Upped copyright to 2011
      adds  4545605   Add tidy references to SEE ALSO
      adds  b140e52   Blame John for the good idea :)
      adds  90f1428   Added DTidy, updated docs
      adds  5240725   make spelling happy
      adds  1111b72   Tests require Test::More-0.88 or up (RT#70538)
      adds  a81bb32   Ignore (new) generated files
      adds  68e069e   Comply to new(er) Meta: generate correct JSON
      adds  070b62e   More cross-checks for META data
      adds  c911819   Make minimal version checks subtests
      adds  09c2141   NAME / DISTNAME in Makefile.PL
      adds  da22627   Make all my ChangeLog's look more or less the same
      adds  1db5cf8   More performance data for DGrow
      adds  8e03bec   Upped copyright to 2012
      adds  696ca92   Allow length for DHexDump ()
      adds  20dafaa   More efficient way to cut buffer in DHexDump ()
      adds  ae61d3d   meta-spec in json is an integer
      adds  69e321e   Backslashed { in regex in test to satisfy perl-5.17
      adds  84081e8   Upped copyright to 2013
      adds  7d21aec   versions
      adds  6f45bb1   Update META checker
      adds  93da707   The Lancaster Consensus changes the META-2.0 to 1.4 conversion
      adds  bc3a8f9   Conformed the ChangeLog to the style all my other ChangeLogs
      adds  78a2b33   No need for Test::Harness
      adds  b547cce   sv_dump () changed in 5.19.3
      adds  83f0db0   Release 0.39
      adds  f54c553   Upped copyright to 2014
      adds  e9ca227   Versions
      adds  58fb71a   space is whitespace (include tabs)
      adds  950cd0c   Guard Perl::Tidy against stupid user options in .perltidyrc
      adds  13b72f6   Data::Dumper option tester
      adds  342a3c8   Old(er) perls (e.g. 5.8.0) do not like \my $x, more
      adds  cd99521   Versions
      adds  73ce508   Add alternative test results for 5.21.5 and up (PADMY)
      adds  954aa81   used-by
      adds  c6d68e2   Prevent caching of .perltidyrc (RT#99514)
      adds  6e55332   Upped copyright to 2015
      adds  1b1052c   versions
      adds  b9a440c   release 0.42
      adds  1507d4e   Move repo to github
      adds  ca91a23   Remove perl recommendation from META as it breaks cpan clients
      adds  5f3a1bd   Enable Travis
      adds  1c0a293   versions/meta-sync
      adds  816c788   Don't ask questions inside travis
      adds  0607868   env: in .travis.yml is a list of alternatives
      adds  d967dff   Prepare Travis for osx
      adds  da396d8   DDisplay in void context consistency
      adds  3e8f111   Skip changelog test in parent check
      adds  a52bc73   New meta checks (QAH 2105)
      adds  6e2d3af   versions
      adds  86edb69   merge META work
      adds  0f8b90d   Disable OSX on travis while it is still broken
      adds  21d2539   Add CONTRIBUTING.md
      adds  b2624b4   merge META work and used-by
      adds  8b2c9fb   add 5.22 to travis
      adds  c190775   It's 2016
      adds  738e50b   Test::More with Test2 does not preserve $! and $?
      adds  0d049bf   Skip nomemoize in old Perl::Tidy (RT#113433, Slaven)
      adds  84613d8   Test with perl-5.24.0
      adds  bffa315   Imported Upstream version 0.46
       new  2e45e77   Merge tag 'upstream/0.46'
       new  1ee01f6   Update debian/changelog
       new  1023809   Update years of packaging copyright.
       new  3b3b31f   add a comment about not bumped dependencies
       new  9ba632c   Declare compliance with Debian Policy 3.9.8.
       new  e7d0a3a   Set bindnow linker flag in debian/rules.
       new  c4f4d91   releasing package libdata-peek-perl version 0.46-1

The 7 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        |  4 +++
 META.json        | 82 ++++++++++++++++++++++++++++----------------------------
 META.yml         |  8 +++---
 Peek.pm          | 12 +++++----
 debian/changelog |  8 ++++--
 debian/control   |  3 ++-
 debian/copyright |  2 +-
 debian/rules     |  2 ++
 t/11_DDumper.t   |  5 ++--
 9 files changed, 70 insertions(+), 56 deletions(-)

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



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