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" 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


DEVELOPMENT STATUS

Mostly untested. It works and it's Good Enough(tm) for the author to 
use it in a small application he wrote for one of his clients.


DEPENDENCIES

This module requires these other modules and libraries:

  Date::Calc 5.0
  POSIX, Time::Local (from the standard Perl distribution)


COPYRIGHT AND LICENSE

  Copyright (c) 2009, Martin Schmitt <mas at scsy dot de>

  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.