Skip to content

Commit

Permalink
Correct tar generation and fixed issue with RCL for four sunday of ea…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
marmanold committed Apr 17, 2018
1 parent c9954c9 commit 6e04353
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 32 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ Revision history for Date::Lectionary

1.20180410 2018-04-16

- Corrected the look-up value for the Fourth Sunday of Easter in the ACNA Year B lectionary to resolve an issue for 2018-04-22 was not returning any readings
- Corrected the look-up value for the Fourth Sunday of Easter in the ACNA Year B lectionary to resolve an issue for 2018-04-22 was not returning any readings

1.20180410 2018-04-17

- Corrected the look-up value for the Fourth Sunday of Easter in the RCL Year B lectionary to resolve an issue for 2018-04-22 was not returning any readings
- Corrected the pax headers issue in the distribution package
6 changes: 6 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
INSTALLATION

## Build Prerequisites
### macOS
brew install coreutils
brew reinstall gnu-tar --with-default-names
brew install openssl

To install this module, run the following commands:

perl Makefile.PL
Expand Down
11 changes: 4 additions & 7 deletions MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,13 @@
},
"provides" : {
"Date::Lectionary" : {
"file" : "lib/Date/Lectionary.pm",
"version" : "1.20180416"
"file" : "lib/Date/Lectionary.pm"
},
"Date::Lectionary::Day" : {
"file" : "lib/Date/Lectionary/Day.pm",
"version" : "1.20180416"
"file" : "lib/Date/Lectionary/Day.pm"
},
"Date::Lectionary::Year" : {
"file" : "lib/Date/Lectionary/Year.pm",
"version" : "1.20180416"
"file" : "lib/Date/Lectionary/Year.pm"
}
},
"release_status" : "stable",
Expand All @@ -92,7 +89,7 @@
"web" : "https://github.com/marmanold/Date-Lectionary"
}
},
"version" : "v1.20180416",
"version" : "v1.20180417",
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_twitter" : "https://www.twitter.com/marmanold/"
}
5 changes: 1 addition & 4 deletions MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ no_index:
provides:
Date::Lectionary:
file: lib/Date/Lectionary.pm
version: '1.20180416'
Date::Lectionary::Day:
file: lib/Date/Lectionary/Day.pm
version: '1.20180416'
Date::Lectionary::Year:
file: lib/Date/Lectionary/Year.pm
version: '1.20180416'
requires:
Carp: '1.38'
Date::Advent: '1.20171223'
Expand All @@ -64,6 +61,6 @@ requires:
perl: '5.022'
resources:
repository: git://github.com/marmanold/Date-Lectionary.git
version: v1.20180416
version: v1.20180417
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_twitter: https://www.twitter.com/marmanold/
9 changes: 3 additions & 6 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,13 @@ WriteMakefile(
},
provides => {
'Date::Lectionary' => {
file => 'lib/Date/Lectionary.pm',
version => '1.20180416',
file => 'lib/Date/Lectionary.pm'
},
'Date::Lectionary::Day' => {
file => 'lib/Date/Lectionary/Day.pm',
version => '1.20180416',
file => 'lib/Date/Lectionary/Day.pm'
},
'Date::Lectionary::Year' => {
file => 'lib/Date/Lectionary/Year.pm',
version => '1.20180416',
file => 'lib/Date/Lectionary/Year.pm'
},
},
keywords => [qw/ lectionary rcl acna readings christian liturgical /],
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Date::Lectionary - Readings for the Christian Lectionary

VERSION
Version 1.20180416
Version 1.20180417

SYNOPSIS
use Time::Piece;
Expand Down Expand Up @@ -133,8 +133,8 @@ SUPPORT
<http://search.cpan.org/dist/Date-Lectionary/>

ACKNOWLEDGEMENTS
Many thanks to my beautiful wife, Jennifer, and my amazing daughter,
Rosemary. But, above all, SOLI DEO GLORIA!
Many thanks to my beautiful wife, Jennifer, my amazing daughter,
Rosemary, and my sweet son, Oliver. But, above all, SOLI DEO GLORIA!

LICENSE
Copyright 2016-2018 MICHAEL WAYNE ARNOLD
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Date::Lectionary - Readings for the Christian Lectionary

# VERSION

Version 1.20180416
Version 1.20180417

# SYNOPSIS

Expand Down Expand Up @@ -123,7 +123,7 @@ You can also look for information at:

# ACKNOWLEDGEMENTS

Many thanks to my beautiful wife, Jennifer, and my amazing daughter, Rosemary. But, above all, SOLI DEO GLORIA!
Many thanks to my beautiful wife, Jennifer, my amazing daughter, Rosemary, and my sweet son, Oliver. But, above all, SOLI DEO GLORIA!

# LICENSE

Expand Down
4 changes: 2 additions & 2 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Date::Lectionary - Readings for the Christian Lectionary

=head1 VERSION

Version 1.20180416
Version 1.20180417


=cut
Expand Down Expand Up @@ -150,7 +150,7 @@ L<http://search.cpan.org/dist/Date-Lectionary/>

=head1 ACKNOWLEDGEMENTS

Many thanks to my beautiful wife, Jennifer, and my amazing daughter, Rosemary. But, above all, SOLI DEO GLORIA!
Many thanks to my beautiful wife, Jennifer, my amazing daughter, Rosemary, and my sweet son, Oliver. But, above all, SOLI DEO GLORIA!

=head1 LICENSE

Expand Down
6 changes: 3 additions & 3 deletions lib/Date/Lectionary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Date::Lectionary - Readings for the Christian Lectionary
=head1 VERSION
Version 1.20180416
Version 1.20180417
=cut

use version; our $VERSION = version->declare("v1.20180416");
use version; our $VERSION = version->declare("v1.20180417");

=head1 SYNOPSIS
Expand Down Expand Up @@ -289,7 +289,7 @@ L<http://search.cpan.org/dist/Date-Lectionary/>
=head1 ACKNOWLEDGEMENTS
Many thanks to my beautiful wife, Jennifer, and my amazing daughter, Rosemary. But, above all, SOLI DEO GLORIA!
Many thanks to my beautiful wife, Jennifer, my amazing daughter, Rosemary, and my sweet son, Oliver. But, above all, SOLI DEO GLORIA!
=head1 LICENSE
Expand Down
4 changes: 2 additions & 2 deletions lib/Date/Lectionary/Day.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Date::Lectionary::Day - Determines the Day in the Christian Liturgical Year
=head1 VERSION
Version 1.20180416
Version 1.20180417
=cut

use version; our $VERSION = version->declare("v1.20180416");
use version; our $VERSION = version->declare("v1.20180417");

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Date/Lectionary/Year.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Date::Lectionary::Year - Cycle Year for the Lectionary
=head1 VERSION
Version 1.20180416
Version 1.20180417
=cut

use version; our $VERSION = version->declare("v1.20180416");
use version; our $VERSION = version->declare("v1.20180417");

=head1 SYNOPSIS
Expand Down

0 comments on commit 6e04353

Please sign in to comment.