-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
54 lines (30 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Date::Holidays::AT
==================
This module creates a list of Austrian holidays in a given year.
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 Build.PL
./Build
./Build test
./Build 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:
Module::Build
Date::Calc 5.0
POSIX, Time::Local (from the standard Perl distribution)
version
AUTHOR
Matthias Dietrich <[email protected]>
ACKNOWLEDGEMENTS
Thanks to Martin Schmitt <mas at scsy dot de>. Date::Holidays::AT
is based on his Date::Holidays::DE.
COPYRIGHT AND LICENSE
Copyright 2007 plusW, Rolf Schaufelberger. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.