The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Count how many objects are created, grouped by package,
# plus total

our %c;
before {
    count constructor => rref ARGS(0);
    $c{total}++
} call qr/::new$/