descriptionA collection of low-level perl debug facilities
ownerh.m.brand@xs4all.nl
last changeFri, 2 Jan 2015 12:23:58 +0000 (2 13:23 +0100)
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
2015-01-02 H.Merijn Brand... release 0.42masterv0.42
2015-01-01 H.Merijn Brand... versions
2015-01-01 H.Merijn Brand... Upped copyright to 2015
2014-10-16 H.Merijn Brand... Prevent caching of .perltidyrc (RT#99514)
2014-09-27 H.Merijn Brand... used-byv0.41
2014-09-27 H.Merijn Brand... Add alternative test results for 5.21.5 and up (PADMY)
2014-09-27 H.Merijn Brand... Versions
2014-02-27 H.Merijn Brand... Old(er) perls (e.g. 5.8.0) do not like \my $x, morev0.40
2014-02-27 H.Merijn Brand... Data::Dumper option tester
2014-02-27 H.Merijn Brand... Guard Perl::Tidy against stupid user options in .perltidyrc
2014-01-01 H.Merijn Brand... space is whitespace (include tabs)
2014-01-01 H.Merijn Brand... Versions
2014-01-01 H.Merijn Brand... Upped copyright to 2014
2013-08-20 H.Merijn Brand... Release 0.39v0.39
2013-08-17 H.Merijn Brand... sv_dump () changed in 5.19.3
2013-08-02 H.Merijn Brand... No need for Test::Harness
...
tags
9 years ago v0.42
9 years ago v0.41
10 years ago v0.40
10 years ago v0.39
11 years ago v0.38
12 years ago v0.37
12 years ago v0.36
12 years ago v0.35
12 years ago v0.34
13 years ago v0.33
13 years ago v0.32
14 years ago v0.31
14 years ago v0.30
14 years ago v0.29
14 years ago v0.28
14 years ago v0.27
...
heads
9 years ago master