NAME

Date::Holidays::NL - The Netherlands official holidays

VERSION

version 0.003

SYNOPSIS

use Date::Holidays::NL;

if (is_holiday(2020, 5, 5)) {
    print "It is Liberation day!", $/;
}

DESCRIPTION

A Date::Holidays family member from the Netherlands

METHODS

This module implements the is_holiday and holiday functions from Date::Holidays::Abstract.

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Wesley Schwengle.

This is free software, licensed under:

The (three-clause) BSD License