The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

WriteMakefile(
NAME => 'Date::Holidays::US',
VERSION_FROM => 'lib/Date/Holidays/US.pm',
PREREQ_PM => {
POSIX => 0,
Exporter => 0,
},
ABSTRACT_FROM => 'lib/Date/Holidays/US.pm',
AUTHOR => 'Michael R. Davis',
'META_MERGE' => {
'meta-spec' => {
'version' => 2
},
'resources' => {
'repository' => {
'url' => 'git@github.com:mrdvt92/perl-Date-Holidays-US.git',
'type' => 'git'
},
'bugtracker' => {
}
},
}
);