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