Date::Holidays::DE ================== This module creates a list of German holidays in a given year. It knows about special holiday regulations for all of Germany's federal states and also about "semi-holidays" and religious "silent days" that will be treated as holidays on request. Holidays that occur on weekends can be excluded from the generated list. The generated list can be freely formatted using regular strftime() format definitions. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install PATCHES Patches are welcome. If you can, please fork the project on github to submit your change: http://github.com/mschmitt/Date-Holidays-DE DEPENDENCIES This module requires these other modules and libraries: Date::Calc POSIX, Time::Local (from the standard Perl distribution) COPYRIGHT AND LICENSE Copyright (c) 2003-2016, Martin Schmitt , including patches contributed by Marc Andre Selig, Oliver Paukstadt, Tobias Leich and Christian Loos Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.