The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

dctpp - Postprocessor of Devel::CallTrace output

VERSION

version 0.02

USAGE

        perl -d:CallTrace x.pl > /dev/null 2>trace.txt
        
        perl -d:CallTrace x.pl > /dev/null | tee trace.txt
        dctpp --just_uniq_modules 1 -v 1 --project-path /media/sf_Hub trace.txt > trace_processed.txt

        perl -d:CallTrace x.pl > /dev/null | tee trace.txt | dctpp trace.txt | tee trace_processed.txt

AVAILABLE OPTIONS

Options that are enabled by default are marked as (1)

See dctpp --help for more info

        Foo::bar::baz
        Foor::bar::baz

    Will be printed as

        Foo::bar::baz (x2)

    verbose

    Prints some additional debug info, e.g. @INC, how much lines left and how much was filtered

AUTHOR

Pavel Serikov <pavelsr@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Pavel Serikov.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 72:

=over should be: '=over' or '=over positive_number'

You can't have =items (as at line 95) unless the first thing after the =over is an =item