descriptionA collection of low-level perl debug facilities
ownerh.m.brand@xs4all.nl
last changeThu, 7 Jan 2010 12:18:40 +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
2010-01-07 H.Merijn BrandPut first hash element after opening lonely brace master
2009-11-25 H.Merijn Brandmore Data::Dumper options
2009-11-25 H.Merijn Branduse $Data::Dumper::Quotekeys = 0; instead of removing...
2009-11-09 H.Merijn Brandv 0.29 v0.29
2009-11-09 H.Merijn BrandBe more lenient towards allocated space
2009-11-09 H.Merijn BrandInitial length is 16 on 64bit Snow Leopard
2009-11-07 H.Merijn BrandReformat/podify README
2009-11-07 H.Merijn BrandUse skip instead of skip_all for builds that have no...
2009-11-06 H.Merijn BrandAdded t/52_DGrow, so tell the MANIFEST v0.28
2009-11-06 H.Merijn BrandDocument speed diff
2009-11-06 H.Merijn BrandAdd DGrow ()
2009-06-03 H.Merijn Brandvoid context behaviour for DPeek () v0.27
2009-06-03 H.Merijn BrandTests for DDsort v0.26
2009-06-03 H.Merijn BrandAdded DDsort ()
2009-06-03 H.Merijn Brandtypo in genMETA
2009-04-03 H.Merijn Brandadd configure_requires to META.yml
...
tags
3 months ago v0.29
3 months ago v0.28
8 months ago v0.27
8 months ago v0.26
14 months ago v0.25
15 months ago v0.24
15 months ago v0.23
15 months ago v0.22
15 months ago v0.21
16 months ago v0.20
16 months ago v0.16
16 months ago v0.15
16 months ago v0.11
16 months ago v0.10
heads
4 weeks ago master