package My::FooBar; use Trait::SelfDumping ':default'; sub new { ... package main; my $foo = My::FooBar->new(); $foo->dump_self();