$BUILTIN{nonPositiveInteger} = $BUILTIN{integer}->derive(name => 'nonPositiveInteger'); $BUILTIN{nonPositiveInteger}->restrict( maxInclusive => 0 );