descriptionA collection of low-level perl debug facilities
ownerh.m.brand@xs4all.nl
last changeThu, 14 Feb 2013 16:53:18 +0000
Content tags:
Add:
readme
Module:
    Data::Peek - A collection of low-level debug functions

Description:
    Modified and extended wrapper functions to make debugging more
    pleasureable.

    DDumper is a wrapper around Data::Dumper with always sorted keys.
    The output is however reflowed and not parseable anymore (in most
    cases) as the quotation around the keys is removed.

    DDump is a wrapper around perl's core function sv_dump (), which
    should enable you to use the output instead of the default behaviour
    that only prints to STDERR.

    DPeek is a wrapper around internals Perl_sv_peek

    DDump_IO is a wrapper around perl's core function do_sv_dump (),
    which acts like sv_dump (), but to a PerlIO stream, which is only
    available in perl 5.8 and higher.

Copying:
    Copyright (c) 2008-2008 H.Merijn Brand.  All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.

Prerequisites:
    Perl 5.6.0 and up.
    Some versions of perl on some operating system(s) might not have
    exported the internals (yet). This module won't build then.

Build/Installation:
    Standard build/installation:
        perl Makefile.PL
        make
        make test
        make install
shortlog
2013-02-14 H.Merijn Brand... Update META checker master
2013-01-21 H.Merijn Brand... versions
2013-01-21 H.Merijn Brand... Upped copyright to 2013
2012-05-29 H.Merijn BrandBackslashed { in regex in test to satisfy perl-5.17 v0.38
2012-05-20 H.Merijn Brandmeta-spec in json is an integer
2012-04-16 H.Merijn BrandMore efficient way to cut buffer in DHexDump () v0.37
2012-04-16 H.Merijn BrandAllow length for DHexDump ()
2012-01-11 H.Merijn BrandUpped copyright to 2012
2011-12-07 H.Merijn BrandMore performance data for DGrow
2011-09-08 H.Merijn BrandMake all my ChangeLog's look more or less the same
2011-09-07 H.Merijn BrandNAME / DISTNAME in Makefile.PL v0.36
2011-09-07 H.Merijn BrandMake minimal version checks subtests v0.35
2011-09-07 H.Merijn BrandMore cross-checks for META data
2011-09-01 H.Merijn BrandComply to new(er) Meta: generate correct JSON v0.34
2011-08-28 H.Merijn BrandIgnore (new) generated files
2011-08-28 H.Merijn BrandTests require Test::More-0.88 or up (RT#70538)
...
tags
12 months ago v0.38
14 months ago v0.37
21 months ago v0.36
21 months ago v0.35
21 months ago v0.34
2 years ago v0.33
2 years ago v0.32
3 years ago v0.31
3 years ago v0.30
3 years ago v0.29
3 years ago v0.28
4 years ago v0.27
4 years ago v0.26
4 years ago v0.25
4 years ago v0.24
4 years ago v0.23
...
heads
4 months ago master