Skip to content

Commit

Permalink
Force upgrade to Date-Lectionary-Time to 1.20180422.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marmanold committed Apr 23, 2018
1 parent 7beb820 commit 6a53be3
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 24 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ Revision history for Date::Lectionary

1.20180418 2018-04-18

- Improved quality of distribution.
- Improved quality of distribution.

1.20180423 2018-04-23
- Force upgrade to Date-Lectionary-Time to 1.20180422.1
10 changes: 5 additions & 5 deletions MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"Carp" : "1.38",
"Date::Advent" : "1.20180422",
"Date::Easter" : "1.22",
"Date::Lectionary::Time" : "1.20180422",
"Date::Lectionary::Time" : "v1.20180422.1",
"File::Share" : "0.25",
"Moose" : "2.2010",
"Moose::Util::TypeConstraints" : "2.2010",
Expand All @@ -72,15 +72,15 @@
"provides" : {
"Date::Lectionary" : {
"file" : "lib/Date/Lectionary.pm",
"version" : "1.20180422"
"version" : "1.20180423"
},
"Date::Lectionary::Day" : {
"file" : "lib/Date/Lectionary/Day.pm",
"version" : "1.20180422"
"version" : "1.20180423"
},
"Date::Lectionary::Year" : {
"file" : "lib/Date/Lectionary/Year.pm",
"version" : "1.20180422"
"version" : "1.20180423"
}
},
"release_status" : "stable",
Expand All @@ -91,7 +91,7 @@
"web" : "https://github.com/marmanold/Date-Lectionary"
}
},
"version" : "v1.20180422",
"version" : "v1.20180423",
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_twitter" : "https://www.twitter.com/marmanold/"
}
10 changes: 5 additions & 5 deletions MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ no_index:
provides:
Date::Lectionary:
file: lib/Date/Lectionary.pm
version: '1.20180422'
version: '1.20180423'
Date::Lectionary::Day:
file: lib/Date/Lectionary/Day.pm
version: '1.20180422'
version: '1.20180423'
Date::Lectionary::Year:
file: lib/Date/Lectionary/Year.pm
version: '1.20180422'
version: '1.20180423'
requires:
Carp: '1.38'
Date::Advent: '1.20180422'
Date::Easter: '1.22'
Date::Lectionary::Time: '1.20180422'
Date::Lectionary::Time: v1.20180422.1
File::Share: '0.25'
Moose: '2.2010'
Moose::Util::TypeConstraints: '2.2010'
Expand All @@ -63,6 +63,6 @@ requires:
perl: '5.022'
resources:
repository: git://github.com/marmanold/Date-Lectionary.git
version: v1.20180422
version: v1.20180423
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_twitter: https://www.twitter.com/marmanold/
8 changes: 4 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ WriteMakefile(
'Moose' => '2.2010',
'Moose::Util::TypeConstraints' => '2.2010',
'MooseX::Aliases' => '0.11',
'Date::Lectionary::Time' => '1.20180422.1',
'Date::Advent' => '1.20180422',
'Date::Easter' => '1.22',
'Date::Lectionary::Time' => '1.20180422',
'namespace::autoclean' => '0.28',
'File::Share' => '0.25',
'XML::LibXML' => '2.0128',
Expand All @@ -60,15 +60,15 @@ WriteMakefile(
provides => {
'Date::Lectionary' => {
file => 'lib/Date/Lectionary.pm',
version => '1.20180422'
version => '1.20180423'
},
'Date::Lectionary::Day' => {
file => 'lib/Date/Lectionary/Day.pm',
version => '1.20180422'
version => '1.20180423'
},
'Date::Lectionary::Year' => {
file => 'lib/Date/Lectionary/Year.pm',
version => '1.20180422'
version => '1.20180423'
},
},
keywords => [qw/ lectionary rcl acna readings christian liturgical /],
Expand Down
2 changes: 1 addition & 1 deletion 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.20180422
Version 1.20180423

SYNOPSIS
use Time::Piece;
Expand Down
2 changes: 1 addition & 1 deletion 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.20180422
Version 1.20180423

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion 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.20180422
Version 1.20180423


=cut
Expand Down
4 changes: 2 additions & 2 deletions lib/Date/Lectionary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Date::Lectionary - Readings for the Christian Lectionary
=head1 VERSION
Version 1.20180422
Version 1.20180423
=cut

use version; our $VERSION = version->declare("v1.20180422");
use version; our $VERSION = version->declare("v1.20180423");

=head1 SYNOPSIS
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 @@ -25,11 +25,11 @@ Date::Lectionary::Day - Determines the Day in the Christian Liturgical Year
=head1 VERSION
Version 1.20180422
Version 1.20180423
=cut

use version; our $VERSION = version->declare("v1.20180422");
use version; our $VERSION = version->declare("v1.20180423");

=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 @@ -17,11 +17,11 @@ Date::Lectionary::Year - Cycle Year for the Lectionary
=head1 VERSION
Version 1.20180422
Version 1.20180423
=cut

use version; our $VERSION = version->declare("v1.20180422");
use version; our $VERSION = version->declare("v1.20180423");

=head1 SYNOPSIS
Expand Down

0 comments on commit 6a53be3

Please sign in to comment.