Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
12345678910 package Some::Project;our $VERSION = 1.23;use Some::Project::Mite;has something => is => 'rw', default => sub { [23, 42] };1;
package
Some::Project;
our
$VERSION
= 1.23;
use
Some::Project::Mite;
has
something
=>
is
'rw'
,
default
sub
{ [23, 42] };
1;