Date-Holidays-Super

 view release on metacpan or  search on metacpan

lib/Date/Holidays/Super.pm  view on Meta::CPAN

false, indicating whether the specified date is a holiday in the given
country's national calendar.

B<is_holiday> in the SUPER class returns 0 indicating false, since
nothing intelligent can be said about holidays without specifying a
national calendar.

Additional arguments are at the courtesy of the author of the using
module/class.

=head2 holidays

Should at least take one argument:

=over

=item year, four digits

=back

Returns a reference to a hash, where the keys are date represented as
four digits. The two first representing month (01-12) and the last two
representing day (01-31).

The value for the key in question is the local name for the holiday
indicated by the day. The result set will of course vary depending on
the given country's national holiday.

B<holidays> in the SUPER class return a reference to an empty hash,
since nothing intelligent can be said about holidays without specifying
a national calendar.

Additional arguments are at the courtesy of the author of the using
module/class.

--

L<Date::Holidays> uses the requirements defined by this module and this
module can therefor be used with success in conjunction with this.

This is an alternative to the abstract class L<Date::Holidays::Abstract>.

Suggestions for changes and extensions are more than welcome.

=head1 DIAGNOSTICS

No special exceptions/diagnostics are used at this time.

=head1 CONFIGURATION AND ENVIRONMENT

No special configuration and/or environment required

=head1 DEPENDENCIES

No dependencies at this time

=head1 INCOMPATIBILITIES

No known incompatibilities at this time

=head1 BUGS AND LIMITATIONS

Please report issues via GitHub:

=over

=item * L<GitHub Issues|https://github.com/jonasbn/perl-date-holidays-super/issues>

=back

=head1 SEE ALSO

=over

=item L<Date::Holidays::Abstract>

=item L<Date::Holidays>

=item Date::Holidays::*

=back

=head1 AUTHOR

=over

=item * Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>

=back

=head1 LICENSE AND COPYRIGHT

Date-Holidays-Super is (C) by Jonas Brømsø, (jonasbn) 2004-2021

Date-Holidays-Super is released under the Artistic License 2.0

=cut



( run in 2.755 seconds using v1.01-cache-2.11-cpan-364913b4093 )