Acme-CPANModules-OneLinerTools

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        this environment variable setting:

         PERL_XXX_DUMPER=Data::Dump

        Alternate modules: XXX, Data::Printer

    Devel::Confess
        Author: HAARG <https://metacpan.org/author/HAARG>

        Forces stack trace when your application warns or dies. Used with
        the perl's "-d" flag:

         % perl -d:Confess ...
         % perl -d:Confess=dump ...

    Carp::Patch::Config
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Carp is used as a stack trace printer (also indirectly if you use
        Devel::Confess). Sometimes you want to customize some Carp
        parameters like $Carp::MaxArgNums and $Carp::MaxArgLen from the

lib/Acme/CPANModules/OneLinerTools.pm  view on Meta::CPAN

MARKDOWN
            alternate_modules => ['XXX', 'Data::Printer'],
            tags => ['debugging'],
        },

        {
            module => 'Devel::Confess',
            description => <<'MARKDOWN',

Forces stack trace when your application warns or dies. Used with the perl's
`-d` flag:

    % perl -d:Confess ...
    % perl -d:Confess=dump ...

MARKDOWN
            tags => ['debugging'],
        },

        {
            module => 'Carp::Patch::Config',

lib/Acme/CPANModules/OneLinerTools.pm  view on Meta::CPAN

 PERL_XXX_DUMPER=Data::Dump


Alternate modules: L<XXX>, L<Data::Printer>

=item L<Devel::Confess>

Author: L<HAARG|https://metacpan.org/author/HAARG>

Forces stack trace when your application warns or dies. Used with the perl's
C<-d> flag:

 % perl -d:Confess ...
 % perl -d:Confess=dump ...


=item L<Carp::Patch::Config>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

L<Carp> is used as a stack trace printer (also indirectly if you use



( run in 0.299 second using v1.01-cache-2.11-cpan-94b05bcf43c )