From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

WriteMakefile(
NAME => 'Net::Waiter',
VERSION_FROM => 'lib/Net/Waiter.pm',
META_MERGE => {
'meta-spec' => {
version => 2
},
resources => {
repository => {
type => 'git',
},
},
},
);