The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use strict;
no warnings 'uninitialized';
new => [qw(-hash new)],
scalar => [qw(
type
value
)],
];
use constant TYPES => (
qw(modified added removed)
);
1;