descriptionA collection of low-level perl debug facilities
ownerh.m.brand@xs4all.nl
last changeWed, 11 Jan 2012 08:18:16 +0000
Push URLssh://repo.or.cz/srv/git/Data-Peek.git
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
2012-01-11 H.Merijn BrandUpped copyright to 2012 master
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)
2011-02-16 H.Merijn Brandmake spelling happy v0.33
2011-02-16 H.Merijn BrandAdded DTidy, updated docs
2011-02-15 H.Merijn BrandBlame John for the good idea :)
2011-02-15 H.Merijn BrandAdd tidy references to SEE ALSO
2011-02-15 H.Merijn BrandUpped copyright to 2011
2011-02-15 H.Merijn BrandRecommend Perl::Tidy
2011-02-15 H.Merijn BrandAdded :tidy, stream DDumper output through Perl::Tidy
...
tags
4 months ago v0.36
4 months ago v0.35
5 months ago v0.34
11 months ago v0.33
14 months ago v0.32
22 months ago v0.31
23 months ago v0.30
2 years ago v0.29
2 years ago v0.28
2 years ago v0.27
2 years ago v0.26
3 years ago v0.25
3 years ago v0.24
3 years ago v0.23
3 years ago v0.22
3 years ago v0.21
...
heads
3 weeks ago master