From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package Some::Project;
our $VERSION = 1.23;
has something =>
is => 'rw',
default => sub { [23, 42] };
1;