The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

package EcologicalRisk;

# example package file that defines some extra subs

sub set_curies {
    my $self = shift;

    $self->SUPER::set_curies(42);
}

1;