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

Devel::Agent::AwareRole - default agent role

SYNOPSIS

  package MySPiffyPackage;

  use Role::Tiny::With;
  with 'Devel::Agent::AwareRole';

  1;

DESCRIPTION

This class implements the ___db_stack_filter method, used to manipulate object frames in a given stack trace within the Devel::Agent or agent debgger.

AUTHOR

Michael Shipper mailto:AKALINUX@CPAN.ORG