File Coverage

blib/lib/Task/Calendar.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Task::Calendar;
2              
3             $Task::Calendar::VERSION = '0.46';
4             $Task::Calendar::AUTHORITY = 'cpan:MANWAR';
5              
6 1     1   87299 use 5.006;
  1         3  
7 1     1   5 use strict; use warnings;
  1     1   1  
  1         19  
  1         4  
  1         2  
  1         44  
8              
9             =head1 NAME
10              
11             Task::Calendar - Bundles Calendar::* packages.
12              
13             =head1 VERSION
14              
15             Version 0.46
16              
17             =head1 DESCRIPTION
18              
19             It complements package L<App::calendr> and installs all the supported calendars.
20              
21             =head1 SYNOPSIS
22              
23             cpanm Task::Calendar
24              
25             =head1 AUTHOR
26              
27             Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>
28              
29             =head1 REPOSITORY
30              
31             L<https://github.com/manwar/Task-Calendar>
32              
33             =head1 SEE ALSO
34              
35             =over 4
36              
37             =item L<Calendar::Bahai>
38              
39             =item L<Calendar::Gregorian>
40              
41             =item L<Calendar::Hebrew>
42              
43             =item L<Calendar::Hijri>
44              
45             =item L<Calendar::Julian>
46              
47             =item L<Calendar::Persian>
48              
49             =item L<Calendar::Saka>
50              
51             =back
52              
53             =head1 BUGS
54              
55             Please report any bugs or feature requests to C<bug-task-calendar at rt.cpan.org>,
56             or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Calendar>.
57             I will be notified and then you'll automatically be notified of progress on your
58             bug as I make changes.
59              
60             =head1 SUPPORT
61              
62             You can find documentation for this module with the perldoc command.
63              
64             perldoc Task::Calendar
65              
66             You can also look for information at:
67              
68             =over 4
69              
70             =item * RT: CPAN's request tracker (report bugs here)
71              
72             L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Calendar>
73              
74             =item * AnnoCPAN: Annotated CPAN documentation
75              
76             L<http://annocpan.org/dist/Task-Calendar>
77              
78             =item * CPAN Ratings
79              
80             L<http://cpanratings.perl.org/d/Task-Calendar>
81              
82             =item * Search CPAN
83              
84             L<http://search.cpan.org/dist/Task-Calendar/>
85              
86             =back
87              
88             =head1 LICENSE AND COPYRIGHT
89              
90             Copyright (C) 2015 - 2016 Mohammad S Anwar.
91              
92             This program is free software; you can redistribute it and / or modify it under
93             the terms of the the Artistic License (2.0). You may obtain a copy of the full
94             license at:
95              
96             L<http://www.perlfoundation.org/artistic_license_2_0>
97              
98             Any use, modification, and distribution of the Standard or Modified Versions is
99             governed by this Artistic License.By using, modifying or distributing the Package,
100             you accept this license. Do not use, modify, or distribute the Package, if you do
101             not accept this license.
102              
103             If your Modified Version has been derived from a Modified Version made by someone
104             other than you,you are nevertheless required to ensure that your Modified Version
105             complies with the requirements of this license.
106              
107             This license does not grant you the right to use any trademark, service mark,
108             tradename, or logo of the Copyright Holder.
109              
110             This license includes the non-exclusive, worldwide, free-of-charge patent license
111             to make, have made, use, offer to sell, sell, import and otherwise transfer the
112             Package with respect to any patent claims licensable by the Copyright Holder that
113             are necessarily infringed by the Package. If you institute patent litigation
114             (including a cross-claim or counterclaim) against any party alleging that the
115             Package constitutes direct or contributory patent infringement,then this Artistic
116             License to you shall terminate on the date that such litigation is filed.
117              
118             Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND
119             CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
120             WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
121             NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS
122             REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT,
123             INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
124             OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
125              
126             =cut
127              
128             1; # End of Task::Calendar