Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

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