File Coverage

blib/lib/DateTime/Event/Jewish.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package DateTime::Event::Jewish;
2              
3 1     1   20554 use warnings;
  1         11  
  1         53  
4 1     1   6 use strict;
  1         2  
  1         86  
5              
6             =head1 NAME
7              
8             DateTime::Event::Jewish - Claculate leyning and Shabbat times
9              
10             =head1 VERSION
11              
12             Version 0.06
13              
14             =cut
15              
16             our $VERSION = '0.06';
17              
18              
19             =head1 SYNOPSIS
20              
21             This module is not intended to be used directly. Instead you
22             should use either the Sunrise of Parshah sub-modules.
23              
24              
25             use DateTime::Event::Jewish::Sunrise :
26             use DateTime::Event::Jewish::Parshah qw(nextShabbat parshah);
27              
28             DateTime::Event::Jewish::Sunrise is an OO module that provides functions for
29             calculating interesting halachic times. See the pod in that
30             module for mmore information.
31              
32             DateTime::Event::Jewish::Parshah calculates the leyning for a
33             given Gregorian date. See the pod in that module for more
34             information.
35              
36              
37             =head1 AUTHOR
38              
39             Raphael Mankin, C<< >>
40              
41             =head1 BUGS
42              
43             Please report any bugs or feature requests to C, or through
44             the web interface at L. I will be notified, and then you'll
45             automatically be notified of progress on your bug as I make changes.
46              
47              
48              
49              
50             =head1 SUPPORT
51              
52             You can find documentation for this module with the perldoc command.
53              
54             perldoc DateTime::Event::Jewish
55              
56              
57             You can also look for information at:
58              
59             =over 4
60              
61             =item * RT: CPAN's request tracker
62              
63             L
64              
65             =item * AnnoCPAN: Annotated CPAN documentation
66              
67             L
68              
69             =item * CPAN Ratings
70              
71             L
72              
73             =item * Search CPAN
74              
75             L
76              
77             =back
78              
79              
80             =head1 ACKNOWLEDGEMENTS
81              
82              
83             =head1 LICENSE AND COPYRIGHT
84              
85             Copyright 2010 Raphael Mankin.
86              
87             This program is free software; you can redistribute it and/or modify it
88             under the terms of either: the GNU General Public License as published
89             by the Free Software Foundation; or the Artistic License.
90              
91             See http://dev.perl.org/licenses/ for more information.
92              
93              
94             =cut
95              
96             1; # End of DateTime::Event::Jewish