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 outer_diamond_N;

use outer_diamond_E;
use outer_diamond_W;
use inner_diamond_N;

1;
__END__