Skip to content

Commit

Permalink
Preparing release 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Mar 1, 2022
1 parent 3e7d154 commit 042e1b0
Show file tree
Hide file tree
Showing 32 changed files with 218 additions and 150 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes file for Date-Holidays

1.30 2022-03-01 Bug fix release, update not required

- PR from @qorron (#53) fixes issue with initialization of US calendar via the adapter. The official calendar module is called: Date::Holidays::USFederal.


1.29 2020-11-13 Maintenance release, update not required

- Added contribution guidelines for meta.cpan.org
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Date::Holidays - Date::Holidays::\* adapter and aggregator for all your holiday

# VERSION

The documentation describes version 1.25 of Date::Holidays
The documentation describes version 1.30 of Date::Holidays

# FEATURES

Expand Down Expand Up @@ -514,6 +514,7 @@ Please see [Task::Date::Holidays](https://metacpan.org/pod/Task::Date::Holidays)

# ACKNOWLEDGEMENTS

- @qorron for PR patching the US adapter, resulting in 1.30
- Wesley Schwengle (WATERKIP) author of Date::Holidays::NL and Date::Holidays::AW for reaching out and letting me know of their existance
- Karen Etheridge (ETHER)
- Neil Bowers (NEILB)
Expand Down Expand Up @@ -543,7 +544,7 @@ Jonas B., (jonasbn) - `<jonasbn@cpan.org>`
# LICENSE AND COPYRIGHT

Date-Holidays and related modules are (C) by Jonas B., (jonasbn)
2004-2020
2004-2022

Date-Holidays and related modules are released under the Artistic License 2.0

Expand Down
10 changes: 7 additions & 3 deletions lib/Date/Holidays.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Scalar::Util qw(blessed);

use base 'Date::Holidays::Adapter';

$VERSION = '1.29';
$VERSION = '1.30';

sub new {
my ( $class, %params ) = @_;
Expand Down Expand Up @@ -310,6 +310,8 @@ __END__
=pod
=encoding UTF-8
=begin markdown
# Date::Holidays
Expand All @@ -332,7 +334,7 @@ Date::Holidays - Date::Holidays::* adapter and aggregator for all your holiday n
=head1 VERSION
The documentation describes version 1.25 of Date::Holidays
The documentation describes version 1.30 of Date::Holidays
=head1 FEATURES
Expand Down Expand Up @@ -962,6 +964,8 @@ Please see L<Task::Date::Holidays|https://metacpan.org/pod/Task::Date::Holidays>
=over
=item * @qorron for PR patching the US adapter, resulting in 1.30
=item * Wesley Schwengle (WATERKIP) author of Date::Holidays::NL and Date::Holidays::AW for reaching out and letting me know of their existance
=item * Karen Etheridge (ETHER)
Expand Down Expand Up @@ -1013,7 +1017,7 @@ Jonas B., (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
Date-Holidays and related modules are (C) by Jonas B., (jonasbn)
2004-2020
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Scalar::Util qw(blessed);

use vars qw($VERSION);

$VERSION = '1.29';
$VERSION = '1.30';

sub new {
my ($class, %params) = @_;
Expand Down Expand Up @@ -246,13 +246,15 @@ __END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter - an adapter class for Date::Holidays::* modules
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter
This POD describes version 1.30 of Date::Holidays::Adapter
=head1 SYNOPSIS
Expand Down Expand Up @@ -418,12 +420,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter/AT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use vars qw($VERSION);

my $format = '%#:%m%d';

$VERSION = '1.29';
$VERSION = '1.30';

# Lifted from Date::Holidays::AT source code
# Ref: https://metacpan.org/source/MDIETRICH/Date-Holidays-AT-v0.1.4/lib/Date/Holidays/AT.pm
Expand Down Expand Up @@ -97,13 +97,15 @@ __END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter::AT - an adapter class for Date::Holidays::AT
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter::AT
This POD describes version 1.30 of Date::Holidays::Adapter::AT
=head1 DESCRIPTION
Expand Down Expand Up @@ -172,12 +174,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter/AU.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use vars qw($VERSION);

use base 'Date::Holidays::Adapter';

$VERSION = '1.29';
$VERSION = '1.30';

use constant DEFAULT_STATE => 'VIC';

Expand Down Expand Up @@ -42,13 +42,15 @@ __END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter::AU - an adapter class for Date::Holidays::AU
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter::AU
This POD describes version 1.30 of Date::Holidays::Adapter::AU
=head1 DESCRIPTION
Expand Down Expand Up @@ -108,12 +110,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter/AW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use vars qw($VERSION);

use base 'Date::Holidays::Adapter';

$VERSION = '1.29';
$VERSION = '1.30';

sub holidays {
my ($self, %params) = @_;
Expand Down Expand Up @@ -42,13 +42,15 @@ __END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter::AW - an adapter class for Date::Holidays::AW
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter::AW
This POD describes version 1.30 of Date::Holidays::Adapter::AW
=head1 DESCRIPTION
Expand Down Expand Up @@ -105,12 +107,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter/BR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use base 'Date::Holidays::Adapter';

use vars qw($VERSION);

$VERSION = '1.29';
$VERSION = '1.30';

sub holidays {
my ( $self, %params ) = @_;
Expand Down Expand Up @@ -40,13 +40,15 @@ __END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter::BR - an adapter class for Date::Holidays::BR
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter::BR
This POD describes version 1.30 of Date::Holidays::Adapter::BR
=head1 DESCRIPTION
Expand Down Expand Up @@ -103,12 +105,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter/BY.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use vars qw($VERSION);

use base 'Date::Holidays::Adapter';

$VERSION = '1.29';
$VERSION = '1.30';

sub holidays {
my ($self, %params) = @_;
Expand Down Expand Up @@ -42,13 +42,15 @@ __END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter::BY - an adapter class for Date::Holidays::BY
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter::BY
This POD describes version 1.30 of Date::Holidays::Adapter::BY
=head1 DESCRIPTION
Expand Down Expand Up @@ -105,12 +107,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
12 changes: 7 additions & 5 deletions lib/Date/Holidays/Adapter/CA_ES.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ use base qw(Date::Holidays::Adapter::ES);

use vars qw($VERSION);

$VERSION = '1.29';
$VERSION = '1.30';

1;

__END__
=pod
=encoding UTF-8
=head1 NAME
Date::Holidays::Adapter::CA_ES - adapter dummy class for Date::Holidays::CA_ES
=head1 VERSION
This POD describes version 1.25 of Date::Holidays::Adapter::CA_ES
This POD describes version 1.30 of Date::Holidays::Adapter::CA_ES
=head1 SYNOPSIS
Expand Down Expand Up @@ -94,12 +96,12 @@ Please refer to BUG REPORTING in L<Date::Holidays>
=head1 AUTHOR
Jonas B. Nielsen, (jonasbn) - C<< <jonasbn@cpan.org> >>
Jonas Brømsø, (jonasbn) - C<< <jonasbn@cpan.org> >>
=head1 LICENSE AND COPYRIGHT
L<Date::Holidays> and related modules are (C) by Jonas B. Nielsen, (jonasbn)
2004-2020
L<Date::Holidays> and related modules are (C) by Jonas Brømsø, (jonasbn)
2004-2022
Date-Holidays and related modules are released under the Artistic License 2.0
Expand Down
Loading

0 comments on commit 042e1b0

Please sign in to comment.