The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415161718 Class('Sample.Dist', { /*VERSION,*/ use : [ ], has : { }, methods : { }})
Class(
'Sample.Dist'
, {
/*VERSION,*/
use : [ ],
has : {
},
methods : {
}
})