File Coverage

blib/lib/Date/Holidays/Adapter/UK.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Date::Holidays::Adapter::UK;
2              
3 1     1   253243 use strict;
  1         2  
  1         68  
4 1     1   8 use warnings;
  1         2  
  1         94  
5              
6 1     1   8 use base qw(Date::Holidays::Adapter::GB);
  1         3  
  1         588  
7              
8 1     1   13 use vars qw($VERSION);
  1         1  
  1         51  
9              
10             $VERSION = '1.35';
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             Date::Holidays::Adapter::UK - adapter dummy class for Date::Holidays::UK
23              
24             =head1 VERSION
25              
26             This POD describes version 1.35 of Date::Holidays::Adapter::UK
27              
28             =head1 DESCRIPTION
29              
30             The is the an adapter class. It adapts:
31              
32             =over
33              
34             =item * L<Date::Holidays::GB>
35              
36             =back
37              
38             It can be used to specify the country code B<UK>, do note that this
39             is not a standard country code so the C<nocheck> parameter has to
40             be specified in addition.
41              
42             =head1 SUBROUTINES/METHODS
43              
44             Please see L<Date::Holidays::Adapter::GB>
45              
46             =head1 DIAGNOSTICS
47              
48             Please refer to DIAGNOSTICS in L<Date::Holidays>
49              
50             =head1 DEPENDENCIES
51              
52             =over
53              
54             =item * L<Date::Holidays::GB>
55              
56             =back
57              
58             =head1 INCOMPATIBILITIES
59              
60             L<Date::Holidays::UK> is not supported instead, L<Date::Holidays::GB> is used.
61              
62             This adapter is implemented to support the country code: B<UK>, which is not included
63              
64             =head1 BUGS AND LIMITATIONS
65              
66             Please refer to BUGS AND LIMITATIONS in L<Date::Holidays>
67              
68             =head1 BUG REPORTING
69              
70             Please refer to BUG REPORTING in L<Date::Holidays>
71              
72             =head1 AUTHOR
73              
74             Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
75              
76             =head1 LICENSE AND COPYRIGHT
77              
78             L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
79             2004-2024
80              
81             Date-Holidays and related modules are released under the Artistic License 2.0
82              
83             =cut